powder that makes you say yes

This commit is contained in:
Nadyr
2021-05-12 18:03:53 -04:00
committed by GitHub
parent e5113a0984
commit 6f02754446
+7 -1
View File
@@ -1,5 +1,11 @@
/decl/emote/human
key = "vomit"
/decl/emote/human/check_user(var/mob/living/carbon/human/user)
return istype(user)
return (istype(user))//VOREStation Edit - What does a mouth have to do with wagging?? && user.check_has_mouth() && !user.isSynthetic())
/decl/emote/human/do_emote(var/mob/living/carbon/human/user)
user.vomit()
/decl/emote/human/deathgasp
key = "deathgasp"