Skip to content

Commit

Permalink
99% chance nobody will ever intentionally want to highlight these
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Apr 1, 2024
1 parent ef6fa98 commit 2b82fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monkestation/code/modules/mob/living/carbon/carbon_death.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/mob/living/carbon/death(gibbed)
var/policy = get_policy(POLICY_DEATH)
if(policy)
to_chat(src, policy)
to_chat(src, policy, avoid_highlighting = TRUE)
return ..()

/mob/living/carbon/revive(full_heal_flags, excess_healing, force_grab_ghost)
Expand All @@ -10,4 +10,4 @@
if(old_stat == DEAD)
var/policy = get_policy(POLICY_REVIVAL)
if(policy)
to_chat(src, policy)
to_chat(src, policy, avoid_highlighting = TRUE)

0 comments on commit 2b82fcc

Please sign in to comment.