Skip to content

Commit

Permalink
Update death.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Mar 10, 2024
1 parent 9cc6358 commit 8dd48c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/mob/living/carbon/human/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
// Override the current limb status
E.droplimb(0, 0, cause)

undefibbable = TRUE


GLOB.data_core.manifest_modify(real_name, WEAKREF(src), null, null, "*Deceased*")

if(is_a_synth)
spawn_gibs()
return
else
undefibbable = TRUE

..()

/mob/living/carbon/human/gib_animation()
Expand Down

0 comments on commit 8dd48c9

Please sign in to comment.