mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
modsuit magboots save you from singulo hammer (#26858)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user