diff --git a/code/pathfinding.dm b/code/pathfinding.dm index a2fb450c73..32290bcc59 100644 --- a/code/pathfinding.dm +++ b/code/pathfinding.dm @@ -166,6 +166,8 @@ return L /mob/living/simple_animal/hostile/human/proc/do_movement(var/atom/tgt = null) + if (stat == 2) + return FALSE if (tgt) target_obj = tgt if (!target_obj) diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index edab9cb76f..efbe56b8ac 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ