Skip to content

Commit

Permalink
Update death.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Aug 6, 2024
1 parent 7735e86 commit a07a22b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/mob/living/carbon/human/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
// Only make the limb drop if it's not too damaged
if(prob(100 - E.get_damage()))
// Override the current limb status
//E.droplimb() // RUTGMC DELETION

E.droplimb(silent = TRUE) // RUTGMC ADDITION START
E.droplimb(silent = TRUE)
visible_message(span_warning("[name] explodes violently into a bloody mess!"),
span_highdanger("<b>You explode violently into a bloody mess!</b>"),
span_warning("You hear a terrible sound of breaking bones and ripping flesh!"), 3) // RUTGMC EDITION END
span_warning("You hear a terrible sound of breaking bones and ripping flesh!"), 3)

if(is_a_synth)
spawn_gibs()
Expand Down

0 comments on commit a07a22b

Please sign in to comment.