From 03156862355fc1c032b6052608605d2b708103fa Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Mon, 4 Jul 2016 18:40:07 -0400 Subject: [PATCH] allalerts nobody reviews my stuff anyway so they won't call me on it --- code/modules/mob/living/death.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/death.dm b/code/modules/mob/living/death.dm index fc1bf88240b..70530432c29 100644 --- a/code/modules/mob/living/death.dm +++ b/code/modules/mob/living/death.dm @@ -54,7 +54,9 @@ message_type=DEADCHAT_DEATHRATTLE) if(mind) mind.store_memory("Time of death: [tod]", 0) + var/list/scripture_states = get_scripture_states() living_mob_list -= src + scripture_unlock_alert(scripture_states) if(!gibbed) dead_mob_list += src else if(buckled)