We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f47c2 commit 322abb8Copy full SHA for 322abb8
BGAnimations/ScreenStageInformation in/SoundStage.lua
@@ -13,20 +13,7 @@ else
13
sStage = sStage;
14
end;
15
16
-local rename = {
17
- Stage_1st = "stage 1",
18
- Stage_2nd = "stage 2",
19
- Stage_3rd = "stage 3",
20
- Stage_4th = "stage 4",
21
- Stage_5th = "stage 5",
22
- Stage_6th = "stage 6",
23
- Stage_Final = "stage final",
24
- Stage_Extra = "stage extra1",
25
- Stage_Extra1 = "stage extra1",
26
- Stage_Extra2 = "stage extra2",
27
-}
28
-
29
-local asound = rename[sStage]
+local asound = "stage "..GAMESTATE:GetCurrentStageIndex() + 1
30
31
if GAMESTATE:GetCurrentStageIndex() >= 5 then
32
asound = "stage event"
0 commit comments