From 01ac433942da7e0fb321bdfae2df6032a39577d2 Mon Sep 17 00:00:00 2001 From: "C.L" Date: Sat, 8 Oct 2022 19:09:17 -0400 Subject: [PATCH] Update mob_movement.dm --- code/modules/mob/mob_movement.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/mob/mob_movement.dm b/code/modules/mob/mob_movement.dm index cb719da38e..2b95b35051 100644 --- a/code/modules/mob/mob_movement.dm +++ b/code/modules/mob/mob_movement.dm @@ -160,11 +160,7 @@ // We're still cooling down from the last move if(!my_mob.checkMoveCooldown()) return -<<<<<<< HEAD - DEBUG_INPUT("--------") -======= DEBUG_INPUT("--------") ->>>>>>> c463104999a... Ports Diagonal Movement (#8199) next_move_dir_add = 0 // This one I *think* exists so you can tap move and it will move even if delay isn't quite up. next_move_dir_sub = 0 // I'm not really sure why next_move_dir_sub even exists.