Update code/modules/clothing/shoes/magboots.dm

Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Seris02
2020-01-31 11:54:30 +08:00
committed by GitHub
parent 450f33de39
commit dd09fa554f

View File

@@ -80,7 +80,7 @@
/obj/item/clothing/shoes/magboots/crushing/equipped(mob/user,slot)
. = ..()
if (slot == SLOT_SHOES)
if (slot == SLOT_SHOES && magpulse)
RegisterSignal(user, COMSIG_MOVABLE_MOVED,.proc/crush)
/obj/item/clothing/shoes/magboots/crushing/dropped(mob/user)