Name sorting update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
hover = 1
|
||||
if ((!hoversound) && 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 ((!hoversound) && 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"))
|
||||
{
|
||||
hoversound = 1
|
||||
audio_play_sound(mouse_hover, 1, false)
|
||||
|
Reference in New Issue
Block a user