Update mob_movement.dm

This commit is contained in:
C.L
2022-10-08 19:09:17 -04:00
committed by GitHub
parent eb51376128
commit 01ac433942

View File

@@ -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.