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