HK: don't flag maps as progression
This commit is contained in:
		 Fabian Dill
					Fabian Dill
				
			
				
					committed by
					
						 Hussein Farran
						Hussein Farran
					
				
			
			
				
	
			
			
			 Hussein Farran
						Hussein Farran
					
				
			
						parent
						
							574e2abba8
						
					
				
				
					commit
					71bd87f293
				
			
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -256,7 +256,10 @@ for item_data in extra_item_data: | ||||
|                                                                               "WANDERERSJOURNALS", | ||||
|                                                                               'HALLOWNESTSEALS', | ||||
|                                                                               "KINGSIDOLS", | ||||
|                                                                               'ARCANEEGGS'}} | ||||
|                                                                               'ARCANEEGGS', | ||||
|                                                                               'MAPS' | ||||
|                                                                               }} | ||||
|  | ||||
|     if effects: | ||||
|         item_effects[item_data["Name"]] = effects | ||||
|  | ||||
|   | ||||
| @@ -1,10 +1,10 @@ | ||||
| from ..generic.Rules import set_rule, add_rule | ||||
|  | ||||
| units = { | ||||
|     "egg": "RANCIDEGGS", | ||||
|     "grub": "GRUBS", | ||||
|     "essence": "ESSENCE", | ||||
|     "charm": "CHARMS", | ||||
|     "Egg": "RANCIDEGGS", | ||||
|     "Grub": "GRUBS", | ||||
|     "Essence": "ESSENCE", | ||||
|     "Charm": "CHARMS", | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user