Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/life.dm
Browse files Browse the repository at this point in the history
Ah, yeah I meant to change this back after finding the part of human_defines.dm but must've discarded the changes back as part of a different commit, whoops

Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
GriffinMan4455 and Doubleumc authored Oct 23, 2024
1 parent 3c04a8e commit 95a175c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
else //Dead
if(!undefibbable)
handle_necro_chemicals_in_body(delta_time) //Specifically for chemicals that still work while dead.
if(life_tick > 0.5 && timeofdeath && (timeofdeath < 0.5 || world.time - timeofdeath > revive_grace_period) && !issynth(src)) //We are dead beyond revival, or we're junk mobs spawned like the clowns on the clown shuttle
if(life_tick > 5 && timeofdeath && (timeofdeath < 5 || world.time - timeofdeath > revive_grace_period) && !issynth(src)) //We are dead beyond revival, or we're junk mobs spawned like the clowns on the clown shuttle
undefibbable = TRUE
SEND_SIGNAL(src, COMSIG_HUMAN_SET_UNDEFIBBABLE)
med_hud_set_status()
Expand Down

0 comments on commit 95a175c

Please sign in to comment.