From 41e22dabda59df35a57d01ae21324e459fa6a8e0 Mon Sep 17 00:00:00 2001 From: James White Date: Thu, 5 Feb 2026 00:14:35 +0000 Subject: [PATCH] KH2: Add SuperBosses, Cups, AtlanticaToggle and SummonLevelLocationToggle to slot data (#5708) * Add SuperBosses, Cups and AtlanticaToggle * Add SummonLevelLocationToggle --- worlds/kh2/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/worlds/kh2/__init__.py b/worlds/kh2/__init__.py index 042e6daf16..7e10dc29b7 100644 --- a/worlds/kh2/__init__.py +++ b/worlds/kh2/__init__.py @@ -113,7 +113,11 @@ class KH2World(World): "AutoFormLogic", "LevelDepth", "DonaldGoofyStatsanity", - "CorSkipToggle" + "CorSkipToggle", + "SuperBosses", + "Cups", + "AtlanticaToggle", + "SummonLevelLocationToggle", ) slot_data.update({ "hitlist": [], # remove this after next update