Sort by name update
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user