Skip to content

Commit

Permalink
i just hate
Browse files Browse the repository at this point in the history
  • Loading branch information
NithaIsTired committed Feb 9, 2024
1 parent a0d2b8e commit c1de151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
losebreath = 0

if(!gibbed)
// INVOKE_ASYNC(src, PROC_REF(emote), "deathgasp") // Bubber FIX: deathgasps
INVOKE_ASYNC(src, PROC_REF(emote), "deathgasp")
add_memory_in_range(src, 7, /datum/memory/witnessed_death, protagonist = src)
reagents.end_metabolization(src)

Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
if(stat == DEAD)
return FALSE

if(!gibbed) // Bubber FIX: deathgasps
if(!gibbed && (death_sound || death_message))
INVOKE_ASYNC(src, TYPE_PROC_REF(/mob, emote), "deathgasp")

set_stat(DEAD)
Expand Down

0 comments on commit c1de151

Please sign in to comment.