mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
powder that makes you say yes
This commit is contained in:
@@ -172,7 +172,7 @@
|
|||||||
return key
|
return key
|
||||||
|
|
||||||
/decl/emote/proc/check_synthetic(var/mob/living/user)
|
/decl/emote/proc/check_synthetic(var/mob/living/user)
|
||||||
. = istype(user) && user.isSynthetic(skip_emote_update = TRUE)
|
. = istype(user) && user.isSynthetic()
|
||||||
if(!. && ishuman(user) && message_type == AUDIBLE_MESSAGE)
|
if(!. && ishuman(user) && message_type == AUDIBLE_MESSAGE)
|
||||||
var/mob/living/carbon/human/H = user
|
var/mob/living/carbon/human/H = user
|
||||||
if(H.should_have_organ(O_LUNGS))
|
if(H.should_have_organ(O_LUNGS))
|
||||||
|
|||||||
Reference in New Issue
Block a user