From 6e2288fbb820c14b29cd9dacd516bc9f13ba0495 Mon Sep 17 00:00:00 2001 From: Certh Date: Mon, 7 Dec 2015 14:11:58 +0100 Subject: [PATCH] bugfixed writing in blood --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index fa1d21e3bd5..8b453e8f100 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1583,7 +1583,7 @@ src << "You ran out of blood to write with!" var/obj/effect/decal/cleanable/blood/writing/W = new(T) - + W.message = message W.add_fingerprint(src) // Allows IPC's to change their monitor display