Skip to content

Commit

Permalink
Your heart stops beating when you die now. (tgstation#82305)
Browse files Browse the repository at this point in the history
## About The Pull Request

Your heart stops beating when you die now.

## Why It's Good For The Game

Did you know spacemen hearts kept beating for like 8 minutes despite
being dead until the organ failure finally stopped it? This is stupid
from a consistency and realism standpoint.

## Changelog
:cl:
balance: Your heart stops beating when you die now.
/:cl:
  • Loading branch information
Iamgoofball authored Mar 30, 2024
1 parent 2c503cc commit 00cc531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/human/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ GLOBAL_LIST_EMPTY(dead_players_during_shift)
stop_sound_channel(CHANNEL_HEARTBEAT)
var/obj/item/organ/internal/heart/human_heart = get_organ_slot(ORGAN_SLOT_HEART)
human_heart?.beat = BEAT_NONE
human_heart?.Stop()

. = ..()

Expand Down

0 comments on commit 00cc531

Please sign in to comment.