Merge pull request #6160 from PsiOmegaDelta/DecaSeconds

Increased mecha area-denial feedback interval
This commit is contained in:
Chinsky
2014-08-25 22:17:37 +04:00

View File

@@ -51,7 +51,7 @@
E.load << block_message
feedback_timer = 1
spawn(5) //Without this timer the feedback becomes horribly spamy
spawn(50) //Without this timer the feedback becomes horribly spamy
feedback_timer = 0
/obj/machinery/mech_sensor/proc/enabled()