Update mobs.dm

This commit is contained in:
Kyle Spier-Swenson
2015-12-27 09:23:05 -08:00
parent 5f68bedcd1
commit 0c4a26df4e
+2 -2
View File
@@ -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)
qdel(progbar)