From 5bb9c65bfc00f4e84287e2fe59afb6a6ec463efb Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Sat, 22 May 2021 16:53:40 -0400 Subject: [PATCH] powder that makes you say yes --- code/modules/emotes/definitions/human.dm | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/code/modules/emotes/definitions/human.dm b/code/modules/emotes/definitions/human.dm index 06dd9916a2..a35d4f1d67 100644 --- a/code/modules/emotes/definitions/human.dm +++ b/code/modules/emotes/definitions/human.dm @@ -1,25 +1,5 @@ -<<<<<<< HEAD -/decl/emote/human - key = "vomit" - -/decl/emote/human/check_user(var/mob/living/carbon/human/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() -||||||| parent of fcce7729ef... Merge pull request #10378 from Novacat/nova-basicfixes -/decl/emote/human - key = "vomit" - -/decl/emote/human/check_user(var/mob/living/carbon/human/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/mob_can_use(var/mob/living/carbon/human/user) return ..() && (istype(user))//VOREStation Edit - What does a mouth have to do with wagging?? && user.check_has_mouth() && !user.isSynthetic()) ->>>>>>> fcce7729ef... Merge pull request #10378 from Novacat/nova-basicfixes /decl/emote/human/deathgasp key = "deathgasp"