Sm/slot data (#299)
This commit is contained in:
parent
3b68c6902c
commit
2c3e3f0d43
worlds/sm
|
@ -463,8 +463,8 @@ class SMWorld(World):
|
|||
|
||||
slot_data["Preset"] = { "Knows": {},
|
||||
"Settings": {"hardRooms": Settings.SettingsDict[self.player].hardRooms,
|
||||
"hardRooms": Settings.SettingsDict[self.player].bossesDifficulty,
|
||||
"hardRooms": Settings.SettingsDict[self.player].hellRuns},
|
||||
"bossesDifficulty": Settings.SettingsDict[self.player].bossesDifficulty,
|
||||
"hellRuns": Settings.SettingsDict[self.player].hellRuns},
|
||||
"Controller": Controller.ControllerDict[self.player].__dict__}
|
||||
|
||||
for knows in Knows.__dict__:
|
||||
|
|
Loading…
Reference in New Issue