Skip to content

Commit

Permalink
Inori is dum
Browse files Browse the repository at this point in the history
  • Loading branch information
Inorizushi committed Dec 3, 2021
1 parent 25f47c2 commit 322abb8
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions BGAnimations/ScreenStageInformation in/SoundStage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,7 @@ else
sStage = sStage;
end;

local rename = {
Stage_1st = "stage 1",
Stage_2nd = "stage 2",
Stage_3rd = "stage 3",
Stage_4th = "stage 4",
Stage_5th = "stage 5",
Stage_6th = "stage 6",
Stage_Final = "stage final",
Stage_Extra = "stage extra1",
Stage_Extra1 = "stage extra1",
Stage_Extra2 = "stage extra2",
}

local asound = rename[sStage]
local asound = "stage "..GAMESTATE:GetCurrentStageIndex() + 1

if GAMESTATE:GetCurrentStageIndex() >= 5 then
asound = "stage event"
Expand Down

0 comments on commit 322abb8

Please sign in to comment.