Compile Fix

This commit is contained in:
Unknown
2021-05-22 16:12:05 -04:00
parent 21d5da0f1b
commit 6a524b865b
2 changed files with 7 additions and 2 deletions
@@ -3,7 +3,7 @@
key = "vwag"
emote_message_3p = ""
/decl/emote/helper/vwag/check_user(mob/living/carbon/human/user)
/decl/emote/helper/vwag/mob_can_use(mob/living/carbon/human/user)
if(!istype(user) || (!user.tail_style || !user.tail_style.ani_state))
return FALSE
return ..()
@@ -20,7 +20,7 @@
key = "vflap"
emote_message_3p = ""
/decl/emote/helper/vflap/check_user(mob/living/carbon/human/user)
/decl/emote/helper/vflap/mob_can_use(mob/living/carbon/human/user)
if(!istype(user) || (!user.wing_style || !user.wing_style.ani_state))
return FALSE
return ..()
@@ -261,6 +261,11 @@
)
default_emotes = list(
//VOREStation Add
/decl/emote/audible/gnarl,
/decl/emote/audible/purr,
/decl/emote/audible/purrlong,
//VOREStation Add End
/decl/emote/human/swish,
/decl/emote/human/wag,
/decl/emote/human/sway,