Zillion: fix unreproducible seeds (#1166)

* fix zillion unreproducible seeds

* world to multiworld merge
This commit is contained in:
Doug Hoskisson
2022-11-01 06:45:17 -07:00
committed by GitHub
parent 95ea0541e6
commit 962e48c078
4 changed files with 32 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ class ZillionWorld(World):
self.zz_system.make_patcher(rom_dir_name)
self.zz_system.make_randomizer(zz_op)
self.zz_system.seed(self.multiworld.seed)
self.zz_system.make_map()
# just in case the options changed anything (I don't think they do)