Merge pull request #2925 from Anewbe/automute_nerf

Automute tweak
This commit is contained in:
Anewbe
2017-01-15 14:22:38 -05:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
var/last_message_time = 0
var/spam_alert = 0
/client/proc/handle_spam_prevention(var/mute_type = MUTE_ALL, var/spam_delay = 1 SECOND)
/client/proc/handle_spam_prevention(var/mute_type = MUTE_ALL, var/spam_delay = 0.5 SECONDS)
if(world.time - last_message_time < spam_delay)
spam_alert++
if(spam_alert > 3)