Skip to content

Commit

Permalink
Icon Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMage99 committed Jan 15, 2025
1 parent b0a6717 commit 7d4bc63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@
release_target()
return

if(IsKnockdown(chained_target))
release_target()

var/current_dist = get_dist(get_turf(chained_target), get_turf(src))
if (current_dist < 2)
chained_target.Knockdown(3 SECONDS)
Expand Down
Binary file modified icons/mob/actions/actions_abnormality.dmi
Binary file not shown.

0 comments on commit 7d4bc63

Please sign in to comment.