Skip to content

Commit

Permalink
bweh
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Apr 1, 2024
1 parent 50c8ddc commit ef6fa98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/mob/living/carbon/revive(full_heal_flags, excess_healing, force_grab_ghost)
var/old_stat = stat
. = ..()
if(old_stat != DEAD)
if(old_stat == DEAD)
var/policy = get_policy(POLICY_REVIVAL)
if(policy)
to_chat(src, policy)

0 comments on commit ef6fa98

Please sign in to comment.