Merge pull request #2096 from Citadel-Station-13/upstream-merge-29385

[MIRROR] Adds logging for the blood contract
This commit is contained in:
LetterJay
2017-07-23 06:51:47 -05:00
committed by GitHub
@@ -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)