Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 25, 2023
1 parent d6037d1 commit ae0011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp

var/mob/living/carbon/human/original_human = mind.original

if(!original_human.check_tod() || !original_human.is_revivable() || !can_reenter_corpse)
if((original_human.stat == DEAD && !original_human.check_tod() || !original_human.is_revivable()) || !can_reenter_corpse)
view_health_scan(target)
return

Expand Down

0 comments on commit ae0011e

Please sign in to comment.