Add new RSK's coming from develop

This commit is contained in:
aMannus
2025-10-18 20:53:24 +02:00
parent 5c0517af6f
commit cbf847c1b9

View File

@@ -698,6 +698,7 @@ void Context::ParseArchipelagoOptions() {
mOptions[RSK_SHUFFLE_DUNGEON_ENTRANCES].Set(0);
mOptions[RSK_SHUFFLE_OVERWORLD_ENTRANCES].Set(0);
mOptions[RSK_SHUFFLE_INTERIOR_ENTRANCES].Set(0);
mOptions[RSK_SHUFFLE_THIEVES_HIDEOUT_ENTRANCES].Set(0);
mOptions[RSK_SHUFFLE_GROTTO_ENTRANCES].Set(0);
mOptions[RSK_SHUFFLE_OWL_DROPS].Set(0);
mOptions[RSK_SHUFFLE_WARP_SONGS].Set(0);
@@ -707,6 +708,7 @@ void Context::ParseArchipelagoOptions() {
mOptions[RSK_MIX_BOSS_ENTRANCES].Set(0);
mOptions[RSK_MIX_OVERWORLD_ENTRANCES].Set(0);
mOptions[RSK_MIX_INTERIOR_ENTRANCES].Set(0);
mOptions[RSK_MIX_THIEVES_HIDEOUT_ENTRANCES].Set(0);
mOptions[RSK_MIX_GROTTO_ENTRANCES].Set(0);
mOptions[RSK_DECOUPLED_ENTRANCES].Set(0);
mOptions[RSK_STARTING_SKULLTULA_TOKEN].Set(0);