Name sorting update

This commit is contained in:
2025-05-14 16:43:01 +03:00
parent 532d1aac6d
commit ea656dfb7a
9 changed files with 35 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "p" && global.recipemode != "s" && global.recipemode != "z")
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "s" && global.recipemode != "z")
{
audio_play_sound(jukechange, 1, false)
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
@@ -51,10 +51,15 @@ else if (global.recipemode == "c")
else if (global.recipemode == "g")
{
global.indexphase = "home"
global.recipeindex = 13
global.recipeindex = 3
}
else if (global.recipemode == "m")
{
global.indexphase = "home"
global.recipeindex = 11
}
else if (global.recipemode == "p")
{
global.indexphase = "home"
global.recipeindex = 20
}