Skip to content

Commit

Permalink
Update death.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Waselon <[email protected]>
  • Loading branch information
Waselon authored Sep 8, 2024
1 parent 0f81f38 commit ae9e031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/mob/living/carbon/human/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@


/mob/living/carbon/human/death(gibbing, deathmessage, silent, special_death_message)
if(!species)
return ..()
if(stat == DEAD)
species?.handle_death(src, gibbing)
species.handle_death(src, gibbing)
return ..()
if(species.death_message)
deathmessage = species.death_message
Expand Down

0 comments on commit ae9e031

Please sign in to comment.