Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Jul 5, 2024
1 parent 4a4d12e commit 7030f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/surgery/bodyparts/wounds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@
current_gauze.moveToNullspace()
if(can_bleed() && (generic_bleedstacks || cached_bleed_rate))
current_gauze.add_mob_blood(owner)
current_gauze.worn_icon_state = initial(current_gauze.worn_icon_state)
current_gauze.update_appearance()
. = current_gauze
current_gauze = null
Expand Down

0 comments on commit 7030f29

Please sign in to comment.