Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 19, 2024
1 parent 5eeecd0 commit 2550565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/human/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@
else if(death_data?.cause_name == "existing")
// Corpses spawn as gibbed true to avoid sfx, even though they aren't actually gibbed...
AddComponent(/datum/component/weed_food)

update_execute_hud()
6 changes: 0 additions & 6 deletions code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
if(SSticker?.mode?.hardcore)
hardcore = TRUE //For WO disposing of corpses

RegisterSignal(src, COMSIG_MOB_DEATH, PROC_REF(on_death))

/mob/living/carbon/human/proc/on_death()
SIGNAL_HANDLER
update_execute_hud()

/mob/living/carbon/human/initialize_pass_flags(datum/pass_flags_container/PF)
..()
if (PF)
Expand Down

0 comments on commit 2550565

Please sign in to comment.