mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Compile Fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user