LttP: fix ER spoiler writing

This commit is contained in:
Fabian Dill 2021-10-07 04:31:03 +02:00
parent f5afc84cd2
commit 1985423a97
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ class Spoiler():
outfile.write('Item Functionality: %s\n' % self.world.item_functionality[player]) outfile.write('Item Functionality: %s\n' % self.world.item_functionality[player])
outfile.write('Entrance Shuffle: %s\n' % self.world.shuffle[player]) outfile.write('Entrance Shuffle: %s\n' % self.world.shuffle[player])
if self.world.shuffle[player] != "vanilla": if self.world.shuffle[player] != "vanilla":
outfile.write('Entrance Shuffle Seed %s\n' % self.world.er_seeds[player]) outfile.write('Entrance Shuffle Seed %s\n' % self.world.worlds[player].er_seed)
outfile.write('Pyramid hole pre-opened: %s\n' % ( outfile.write('Pyramid hole pre-opened: %s\n' % (
'Yes' if self.world.open_pyramid[player] else 'No')) 'Yes' if self.world.open_pyramid[player] else 'No'))
outfile.write('Shop inventory shuffle: %s\n' % outfile.write('Shop inventory shuffle: %s\n' %