Watcher's Wing No Longer Perma-Disarms (#41708)

This commit is contained in:
moo
2018-11-30 01:17:28 -05:00
committed by Tad Hardesty
parent 1504c8537c
commit 090ccae5d6
@@ -233,10 +233,10 @@
if(ishostile(target))
var/mob/living/simple_animal/hostile/H = target
if(H.ranged) //briefly delay ranged attacks
if(H.ranged_cooldown_time >= world.time)
H.ranged_cooldown_time += bonus_value
if(H.ranged_cooldown >= world.time)
H.ranged_cooldown += bonus_value
else
H.ranged_cooldown_time = bonus_value + world.time
H.ranged_cooldown = bonus_value + world.time
//magmawing watcher
/obj/item/crusher_trophy/blaster_tubes/magma_wing