From dd09fa554f3048bb09e59518950b2322041fe98a Mon Sep 17 00:00:00 2001 From: Seris02 <49109742+Seris02@users.noreply.github.com> Date: Fri, 31 Jan 2020 11:54:30 +0800 Subject: [PATCH] Update code/modules/clothing/shoes/magboots.dm Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/clothing/shoes/magboots.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/shoes/magboots.dm b/code/modules/clothing/shoes/magboots.dm index ed4f5c3d24..8864add0d8 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -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)