From 5b0e0d5f966d1f6dee7fb9ad3dc29de1ec9e822b Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 19 Jul 2017 19:32:26 -0400 Subject: [PATCH] Adds logging for the blood contract --- code/modules/mining/lavaland/necropolis_chests.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 8ca69b5e402..d04bad2b75d 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -951,6 +951,7 @@ var/datum/objective/survive/survive = new survive.owner = L.mind L.mind.objectives += survive + add_logs(user, L, "took out a blood contract on", src) to_chat(L, "You've been marked for death! Don't let the demons get you!") L.add_atom_colour("#FF0000", ADMIN_COLOUR_PRIORITY) var/obj/effect/mine/pickup/bloodbath/B = new(L)