Restructuring spoiler output to support future types of map text output
This commit is contained in:
@@ -3030,7 +3030,7 @@ class Spoiler(object):
|
||||
if self.overworlds:
|
||||
outfile.write('\n\nOverworld:\n\n')
|
||||
# overworld tile swaps
|
||||
if self.maps['swaps']:
|
||||
if 'swaps' in self.maps:
|
||||
outfile.write('OW Tile Swaps:\n')
|
||||
for player in self.maps['swaps']:
|
||||
if self.world.players > 1:
|
||||
|
||||
Reference in New Issue
Block a user