implement cursed

This commit is contained in:
Fabian Dill 2021-03-23 08:57:04 +01:00
parent 71fb238916
commit a5ab152c2b
1 changed files with 2 additions and 2 deletions
worlds/hk

View File

@ -86,9 +86,9 @@ def gen_items(world: MultiWorld, player: int):
world.push_precollected(item)
elif item_data.type == "Cursed":
if world.CURSED[player]:
raise Exception("Cursed is not implemented yet.")
# implement toss_junk for HK first
pool.append(item)
else:
# fill Focus Location with Focus and add it to start inventory as well.
event_location = world.get_location(item_name, player)
world.push_item(event_location, item)
event_location.event = True