Skip to content

Commit

Permalink
fix a bug (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Jul 24, 2023
1 parent 7732a42 commit a143294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/surgery/bodyparts/wounds/create_wound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
if(length(compatible_wounds))
var/datum/wound/W = pick(compatible_wounds)
W.open_wound(damage)
if(update_damage)
update_damage()
if(prob(25))
if(!IS_ORGANIC_LIMB(src))
owner.visible_message(
Expand Down

0 comments on commit a143294

Please sign in to comment.