diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 7b6b73bec4..0635d52000 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -388,7 +388,7 @@ /obj/item/clothing/shoes/wallwalkers/equipped(mob/user,slot) ..() - if (slot == SLOT_SHOES) + if(slot == SLOT_SHOES) RegisterSignal(user, COMSIG_MOB_CLIENT_MOVE,.proc/intercept_user_move) else RegisterSignal(user, COMSIG_MOB_CLIENT_MOVE)