Skip to content

Commit

Permalink
Update human.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 19, 2024
1 parent f68f117 commit 5eeecd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if(SSticker?.mode?.hardcore)
hardcore = TRUE //For WO disposing of corpses

RegisterSignal(src, COMSIG_MOB_DEATH, PROC_REF(on_stat_change))
RegisterSignal(src, COMSIG_MOB_DEATH, PROC_REF(on_death))

/mob/living/carbon/human/proc/on_death()
SIGNAL_HANDLER
Expand Down

0 comments on commit 5eeecd0

Please sign in to comment.