HK: don't flag maps as progression

This commit is contained in:
Fabian Dill 2022-04-04 00:58:44 +02:00 committed by Hussein Farran
parent 574e2abba8
commit 71bd87f293
3 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -256,7 +256,10 @@ for item_data in extra_item_data:
"WANDERERSJOURNALS", "WANDERERSJOURNALS",
'HALLOWNESTSEALS', 'HALLOWNESTSEALS',
"KINGSIDOLS", "KINGSIDOLS",
'ARCANEEGGS'}} 'ARCANEEGGS',
'MAPS'
}}
if effects: if effects:
item_effects[item_data["Name"]] = effects item_effects[item_data["Name"]] = effects

View File

@ -1,10 +1,10 @@
from ..generic.Rules import set_rule, add_rule from ..generic.Rules import set_rule, add_rule
units = { units = {
"egg": "RANCIDEGGS", "Egg": "RANCIDEGGS",
"grub": "GRUBS", "Grub": "GRUBS",
"essence": "ESSENCE", "Essence": "ESSENCE",
"charm": "CHARMS", "Charm": "CHARMS",
} }