diff --git a/source/mod.cpp b/source/mod.cpp index 3f50360..395aa71 100644 --- a/source/mod.cpp +++ b/source/mod.cpp @@ -283,6 +283,10 @@ namespace mod } else if (roomIndex == 235) { stageIndex = 53; + spawnID = 1; + } + else if (roomIndex == 236) { + spawnID = 0; } else if (roomIndex == 238) { stageIndex = 54; @@ -438,4 +442,4 @@ namespace mod // Call original function return evt_control_Skipper_trampoline(evtPtr); } -} \ No newline at end of file +}