Fixes projectile dampening fields being on infinite cooldown (#1263)
This commit is contained in:
committed by
kevinz000
parent
e3d228aa00
commit
ee638d81a5
@@ -548,7 +548,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/borg/projectile_dampen/attack_self(mob/user)
|
||||
if(cycle_delay < world.time)
|
||||
if(cycle_delay > world.time)
|
||||
to_chat(user, "<span class='boldwarning'>\the [src] is still recycling its projectors!</span>")
|
||||
return
|
||||
cycle_delay = world.time + PKBORG_DAMPEN_CYCLE_DELAY
|
||||
|
||||
Reference in New Issue
Block a user