Fixes projectile dampening fields being on infinite cooldown (#1263)

This commit is contained in:
CitadelStationBot
2017-05-28 17:20:00 -05:00
committed by kevinz000
parent e3d228aa00
commit ee638d81a5
+1 -1
View File
@@ -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