mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
STS: update slot_seeds to per_slot_randoms
This commit is contained in:
@@ -67,7 +67,7 @@ class SpireWorld(World):
|
||||
|
||||
def fill_slot_data(self) -> dict:
|
||||
slot_data = {
|
||||
'seed': "".join(self.multiworld.slot_seeds[self.player].choice(string.ascii_letters) for i in range(16))
|
||||
'seed': "".join(self.multiworld.per_slot_randoms[self.player].choice(string.ascii_letters) for i in range(16))
|
||||
}
|
||||
for option_name in spire_options:
|
||||
option = getattr(self.multiworld, option_name)[self.player]
|
||||
|
Reference in New Issue
Block a user