More removing of emote limiter

This commit is contained in:
Miauw
2013-09-29 18:16:20 +02:00
parent 3d0653ac30
commit cf081cdef7
2 changed files with 0 additions and 2 deletions
@@ -1,6 +1,5 @@
/mob/living/carbon/alien/humanoid/emote(var/act)
var/cooldown = 0 //Used to limit *roar and *deathgasp spam.
var/param = null
if (findtext(act, "-", 1, null))
var/t1 = findtext(act, "-", 1, null)
@@ -6,7 +6,6 @@
fire_alert = 0
var/temperature_alert = 0
var/xeno_emote_counter = 0 //See Life()
/mob/living/carbon/alien/humanoid/Life()