mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
More removing of emote limiter
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user