Adjusts warp implant to 30 second delay

who thought this was a good idea
This commit is contained in:
keronshb
2021-02-07 23:50:42 -05:00
parent e46652eb39
commit 38827122e9
@@ -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