Sort by name update
This commit is contained in:
@@ -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 != "g" && 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 != "p" && global.recipemode != "s" && global.recipemode != "z")
|
||||
{
|
||||
audio_play_sound(jukechange, 1, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
@@ -48,18 +48,13 @@ else if (global.recipemode == "c")
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 8
|
||||
}
|
||||
else if (global.recipemode == "g")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 13
|
||||
}
|
||||
else if (global.recipemode == "m")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 9
|
||||
}
|
||||
else if (global.recipemode == "p")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
}
|
||||
else if (global.recipemode == "s")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 23
|
||||
global.recipeindex = 11
|
||||
}
|
||||
|
Reference in New Issue
Block a user