diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index 64ee1c8d4ca..0d6a768710f 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -167,7 +167,7 @@ Proc for attack log creation, because really why not break if(uninterruptible) continue - if(user.loc != user_loc || user.last_move || target.loc != target_loc || target.last_move != null || user.get_active_hand() != holding || user.incapacitated() || user.lying ) + if(user.loc != user_loc || user.last_move || target.loc != target_loc || target.last_move || user.get_active_hand() != holding || user.incapacitated() || user.lying ) . = 0 break sleep(1) @@ -225,4 +225,4 @@ Proc for attack log creation, because really why not break sleep(1) if (progress) - qdel(progbar) \ No newline at end of file + qdel(progbar)