forked from mirror/Archipelago
KH2: Add SuperBosses, Cups, AtlanticaToggle and SummonLevelLocationToggle to slot data (#5708)
* Add SuperBosses, Cups and AtlanticaToggle * Add SummonLevelLocationToggle
This commit is contained in:
@@ -113,7 +113,11 @@ class KH2World(World):
|
|||||||
"AutoFormLogic",
|
"AutoFormLogic",
|
||||||
"LevelDepth",
|
"LevelDepth",
|
||||||
"DonaldGoofyStatsanity",
|
"DonaldGoofyStatsanity",
|
||||||
"CorSkipToggle"
|
"CorSkipToggle",
|
||||||
|
"SuperBosses",
|
||||||
|
"Cups",
|
||||||
|
"AtlanticaToggle",
|
||||||
|
"SummonLevelLocationToggle",
|
||||||
)
|
)
|
||||||
slot_data.update({
|
slot_data.update({
|
||||||
"hitlist": [], # remove this after next update
|
"hitlist": [], # remove this after next update
|
||||||
|
|||||||
Reference in New Issue
Block a user