Skip to content

Commit

Permalink
modsuit magboots save you from singulo hammer (#26858)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty committed Sep 20, 2024
1 parent 1d32faf commit 6c2210a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/game/objects/items/weapons/twohanded.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c2210a

Please sign in to comment.