Adds logging for the blood contract

This commit is contained in:
CitadelStationBot
2017-07-21 18:28:11 -05:00
parent 5db90b28dc
commit 41101906c4
@@ -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, "<span class='userdanger'>You've been marked for death! Don't let the demons get you!</span>")
L.add_atom_colour("#FF0000", ADMIN_COLOUR_PRIORITY)
var/obj/effect/mine/pickup/bloodbath/B = new(L)