Gang Tweaks

Some tweaks after getting some play tests done.

- Recruitment cooldown increased to 2 minutes
- Gangsters in game modes outside of Gang War cannot recall the shuttle
This commit is contained in:
Ikarrus
2015-06-12 21:27:25 -06:00
parent cf46c8a8a5
commit c7ce2cef0e
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
return
cooldown = 1
icon_state = "pen_blink"
spawn(600)
spawn(1200)
cooldown = 0
icon_state = "pen"
var/mob/M = get(src, /mob)