From 2f4f44cfdfbf2f1b80a7607847c53492af0bc0b5 Mon Sep 17 00:00:00 2001 From: Mars Date: Sun, 25 Mar 2018 08:30:42 +0200 Subject: [PATCH] Adds name to the lable of security record printouts. --- code/game/machinery/computer/security.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index 8289e8714e3..aa3ab2183be 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -366,7 +366,7 @@ else P.info += "Security Record Lost!
" P.info += "" - P.name = "paper - 'Security Record'" + P.name = "paper - 'Security Record: [active1.fields["name"]]'" printing = 0 /* Removed due to BYOND issue