Fixes shields not blocking alien hunter pounces (#2249)

This commit is contained in:
CitadelStationBot
2017-08-04 10:43:57 -05:00
committed by kevinz000
parent 2f37fd8144
commit a840e9cf05
@@ -72,7 +72,7 @@
var/blocked = FALSE
if(ishuman(A))
var/mob/living/carbon/human/H = A
if(H.check_shields(0, "the [name]", src, attack_type = LEAP_ATTACK))
if(H.check_shields(src, 0, "the [name]", attack_type = LEAP_ATTACK))
blocked = TRUE
if(!blocked)
L.visible_message("<span class ='danger'>[src] pounces on [L]!</span>", "<span class ='userdanger'>[src] pounces on you!</span>")