merge fixes?

This commit is contained in:
Seris02
2020-04-13 11:12:16 +08:00
parent f158536e59
commit 950038f4a7
+1 -1
View File
@@ -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)