Skip to content

Commit

Permalink
Fix for wound overlays.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segrain committed Feb 23, 2024
1 parent 9c2420f commit 7ca8bc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/organs/limbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,9 @@ This function completely restores a damaged organ to perfect condition.
if(brute_dam || burn_dam)
return TRUE
if(knitting_time > 0)
return 1
return 0
return TRUE
update_wounds()
return FALSE

/obj/limb/process()

Expand Down

0 comments on commit 7ca8bc5

Please sign in to comment.