mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
powder that makes you say yes
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
emote_message_3p = "is sweating heavily."
|
emote_message_3p = "is sweating heavily."
|
||||||
|
|
||||||
/decl/emote/exertion/biological/check_user(mob/living/user)
|
/decl/emote/exertion/biological/check_user(mob/living/user)
|
||||||
if(istype(user) && !user.isSynthetic(skip_emote_update = TRUE))
|
if(istype(user) && !user.isSynthetic())
|
||||||
return ..()
|
return ..()
|
||||||
return FALSE
|
return FALSE
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
emote_message_3p = "USER's actuators whine with strain."
|
emote_message_3p = "USER's actuators whine with strain."
|
||||||
|
|
||||||
/decl/emote/exertion/synthetic/check_user(mob/living/user)
|
/decl/emote/exertion/synthetic/check_user(mob/living/user)
|
||||||
if(istype(user) && user.isSynthetic(skip_emote_update = TRUE))
|
if(istype(user) && user.isSynthetic())
|
||||||
return ..()
|
return ..()
|
||||||
return FALSE
|
return FALSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user