powder that makes you say yes

This commit is contained in:
Nadyr
2021-05-12 18:07:50 -04:00
committed by GitHub
parent 43a3fa4cb3
commit 21d0f89b11

View File

@@ -172,7 +172,7 @@
return key
/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)
var/mob/living/carbon/human/H = user
if(H.should_have_organ(O_LUNGS))