Pens now have a flat cooldown rate of 60 seconds

This commit is contained in:
Ikarrus
2015-06-05 19:57:22 -06:00
parent 4892281057
commit ed46350f42
+1 -3
View File
@@ -112,9 +112,7 @@
return
cooldown = 1
icon_state = "pen_blink"
//The more gang members there are the longer the cooldown will be
var/time = 450 + (150 * modifier) //45 seconds + 15 seconds for every member in the gang
spawn(time)
spawn(600)
cooldown = 0
icon_state = "pen"
var/mob/M = get(src, /mob)