Consolidating Old Man pathing in spoiler log

This commit is contained in:
codemann8
2022-11-07 18:08:36 -06:00
parent af6468961e
commit 0a96b518ae
2 changed files with 3 additions and 3 deletions

View File

@@ -2753,7 +2753,7 @@ class Spoiler(object):
self.shops = []
self.bosses = OrderedDict()
self.suppress_spoiler_locations = ['Big Bomb', 'Dark Blacksmith Ruins', 'Frog', 'Middle Aged Man', 'Lost Old Man']
self.suppress_spoiler_locations = ['Big Bomb', 'Frog', 'Dark Blacksmith Ruins', 'Middle Aged Man', 'Lost Old Man', 'Old Man Drop Off']
def set_overworld(self, entrance, exit, direction, player):
if self.world.players == 1: