mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Pens now have a flat cooldown rate of 60 seconds
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user