Sort by name update

This commit is contained in:
2024-01-12 02:36:02 +02:00
parent 7b315b6192
commit 48ecc5d2b4
10 changed files with 61 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && global.recipemode != "z")
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && global.recipemode != "z" && global.recipemode != "f")
{
audio_play_sound(jukechange, 1, false)
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
@@ -58,15 +58,10 @@ else if (global.recipemode == "c")
global.indexphase = "home"
global.recipeindex = 16
}
else if (global.recipemode == "f")
{
global.indexphase = "home"
global.recipeindex = 24
}
else if (global.recipemode == "g")
{
global.indexphase = "home"
global.recipeindex = 3
global.recipeindex = 19
}
else if (global.recipemode == "m")
{
@@ -76,10 +71,10 @@ else if (global.recipemode == "m")
else if (global.recipemode == "p")
{
global.indexphase = "home"
global.recipeindex = 22
global.recipeindex = 20
}
else if (global.recipemode == "s")
{
global.indexphase = "home"
global.recipeindex = 12
global.recipeindex = 21
}