From ea468678b66aa35b197c07846c8ea8a6862af10b Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Wed, 25 Feb 2015 01:30:36 -0500 Subject: [PATCH] Remove unused cooldown check Removes the accidental inclusion of an unused flip cooldown check for monkey emotes. --- code/modules/mob/living/carbon/monkey/emote.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/monkey/emote.dm b/code/modules/mob/living/carbon/monkey/emote.dm index 0f19e93c326..c7973bc4eb8 100644 --- a/code/modules/mob/living/carbon/monkey/emote.dm +++ b/code/modules/mob/living/carbon/monkey/emote.dm @@ -21,8 +21,6 @@ on_CD = handle_emote_CD() //proc located in code\modules\mob\emote.dm else //Everyone else fails, skip the emote attempt return - if("flip") - on_CD = handle_emote_CD() //Everything else, including typos of the above emotes else on_CD = 0 //If it doesn't induce the cooldown, we won't check for the cooldown