Skip to content

Commit

Permalink
Swap order
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Oct 14, 2023
1 parent c83e98c commit 7d35f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function Metroid.RemoveMetroid(_ARG_0_)
Metroid.DisableSpawnGroup(otherSpawnGroupName)
end
local allDead = "Arena_" .. string.sub(spawnGroupName, 4, -3) .. "_AllDead"
Game.AddSF(4.0, "Metroid.DelayedDelete", "s", spawnGroupName)
Scenario.WriteToBlackboard(allDead, "b", true)
Game.AddSF(4.0, "Metroid.DelayedDelete", "s", spawnGroupName)
-- disable single arena metroid
else
Metroid.DisableSpawnGroup(spawnGroupName)
Expand Down

0 comments on commit 7d35f0f

Please sign in to comment.