Merge pull request #14205 from keronshb/warpimplant-adjustment

Triples Warp Implant's cooldown
This commit is contained in:
silicons
2021-02-10 02:08:57 -07:00
committed by GitHub

View File

@@ -44,7 +44,7 @@
icon_state = "warp"
uses = -1
var/total_delay = 10 SECONDS
var/cooldown = 10 SECONDS
var/cooldown = 30 SECONDS
var/last_use = 0
var/list/positions = list()
var/next_prune = 0