Skip to content

Commit

Permalink
Update limbs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Jul 7, 2024
1 parent 9c6c014 commit 26969c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/limbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ This function completely restores a damaged organ to perfect condition.
if(!(status & LIMB_SPLINTED_INDESTRUCTIBLE) && (status & LIMB_SPLINTED) && damage > 5 && prob(50 + damage * 2.5)) //If they have it splinted, the splint won't hold.
status &= ~LIMB_SPLINTED
playsound(get_turf(loc), 'sound/items/splintbreaks.ogg', 20)
to_chat(owner, SPAN_DANGER("The splint on your [display_name] comes apart!"))
to_chat(owner, SPAN_HIGHDANGER("The splint on your [display_name] comes apart!"))
owner.pain.apply_pain(PAIN_BONE_BREAK_SPLINTED)
owner.update_med_icon()

Expand Down

0 comments on commit 26969c2

Please sign in to comment.