add seed to json spoiler

This commit is contained in:
2021-07-01 07:53:23 -07:00
parent acea1e29e9
commit f5708a575c

View File

@@ -2286,6 +2286,7 @@ class Spoiler(object):
'shopsanity': self.world.shopsanity,
'triforcegoal': self.world.treasure_hunt_count,
'triforcepool': self.world.treasure_hunt_total,
'seed': self.world.seed,
'code': {p: Settings.make_code(self.world, p) for p in range(1, self.world.players + 1)}
}