From 41101906c4f4f0040f060d17447e6e98d9e96c98 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 21 Jul 2017 18:28:11 -0500 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 45c68486c1..1a3d0afd88 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -956,6 +956,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)