Skip to content

Commit

Permalink
Merge pull request Civ13#2656 from savethetreez/skibidibranch
Browse files Browse the repository at this point in the history
Bugfix: prevents dead humanoid mobs from following their target
  • Loading branch information
savethetreez authored Mar 31, 2024
2 parents 5bd8d1f + 1383448 commit 888e297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/pathfinding.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified icons/mob/head.dmi
Binary file not shown.

0 comments on commit 888e297

Please sign in to comment.