Name sorting update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "g" || global.recipemode == "m" || global.recipemode == "sweet" || global.recipemode == "bitter" || global.recipemode == "sour" || global.recipemode == "girly" || global.recipemode == "manly" || global.recipemode == "classy" || global.recipemode == "promo"))
|
||||
if (global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "m" || global.recipemode == "sweet" || global.recipemode == "bitter" || global.recipemode == "sour" || global.recipemode == "girly" || global.recipemode == "manly" || global.recipemode == "classy" || global.recipemode == "promo"))
|
||||
{
|
||||
audio_play_sound(jukechange, 2, false)
|
||||
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
|
||||
@@ -38,11 +38,6 @@ else if (global.recipemode == "promo")
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 18
|
||||
}
|
||||
else if (global.recipemode == "g")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
global.recipeindex = 3
|
||||
}
|
||||
else if (global.recipemode == "m")
|
||||
{
|
||||
global.indexphase = "home"
|
||||
|
Reference in New Issue
Block a user