Fixing spoiler log suppression for OW locations

This commit is contained in:
codemann8
2022-11-05 21:56:40 -05:00
parent 47b92997df
commit 757fee8220
3 changed files with 4 additions and 3 deletions

View File

@@ -563,6 +563,7 @@ def create_farm_locations(world, player):
loc.event = True
loc.locked = True
loc.address = None
loc.skip = True
world.push_item(loc, ItemFactory(item_name, player), False)