modsuit magboots save you from singulo hammer (#26858)

This commit is contained in:
Qwertytoforty
2024-09-20 21:16:29 +00:00
committed by GitHub
parent 1d32faf3e3
commit 6c2210a60d
+2 -4
View File
@@ -621,10 +621,8 @@
step_towards(X, pull)
else if(ishuman(X))
var/mob/living/carbon/human/H = X
if(istype(H.shoes, /obj/item/clothing/shoes/magboots))
var/obj/item/clothing/shoes/magboots/M = H.shoes
if(M.magpulse)
continue
if(HAS_TRAIT(H, TRAIT_MAGPULSE))
continue
H.Weaken(4 SECONDS)
step_towards(H, pull)
step_towards(H, pull)