mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Sm/slot data (#299)
This commit is contained in:
@@ -463,8 +463,8 @@ class SMWorld(World):
|
|||||||
|
|
||||||
slot_data["Preset"] = { "Knows": {},
|
slot_data["Preset"] = { "Knows": {},
|
||||||
"Settings": {"hardRooms": Settings.SettingsDict[self.player].hardRooms,
|
"Settings": {"hardRooms": Settings.SettingsDict[self.player].hardRooms,
|
||||||
"hardRooms": Settings.SettingsDict[self.player].bossesDifficulty,
|
"bossesDifficulty": Settings.SettingsDict[self.player].bossesDifficulty,
|
||||||
"hardRooms": Settings.SettingsDict[self.player].hellRuns},
|
"hellRuns": Settings.SettingsDict[self.player].hellRuns},
|
||||||
"Controller": Controller.ControllerDict[self.player].__dict__}
|
"Controller": Controller.ControllerDict[self.player].__dict__}
|
||||||
|
|
||||||
for knows in Knows.__dict__:
|
for knows in Knows.__dict__:
|
||||||
|
Reference in New Issue
Block a user