From 2f4f44cfdfbf2f1b80a7607847c53492af0bc0b5 Mon Sep 17 00:00:00 2001 From: Mars Date: Sun, 25 Mar 2018 08:30:42 +0200 Subject: [PATCH 1/3] 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 From e9b405df90636bb5effc2c319b0abc5ddbdb749b Mon Sep 17 00:00:00 2001 From: Mars Date: Sun, 25 Mar 2018 08:33:27 +0200 Subject: [PATCH 2/3] Also adds that for medical and emplyoment records --- code/game/machinery/computer/medical.dm | 2 +- code/game/machinery/computer/skills.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm index d016a0df7bd..603657d23ba 100644 --- a/code/game/machinery/computer/medical.dm +++ b/code/game/machinery/computer/medical.dm @@ -515,7 +515,7 @@ else P.info += "Medical Record Lost!
" P.info += "" - P.name = "paper- 'Medical Record'" + P.name = "paper- 'Medical Record: [active1.fields["name"]'" printing = 0 return 1 diff --git a/code/game/machinery/computer/skills.dm b/code/game/machinery/computer/skills.dm index 66d0bfdbaee..f7169d4a602 100644 --- a/code/game/machinery/computer/skills.dm +++ b/code/game/machinery/computer/skills.dm @@ -232,7 +232,7 @@ else P.info += "General Record Lost!
" P.info += "" - P.name = "paper - 'Employment Record'" + P.name = "paper - 'Employment Record: [active1.fields["name"]'" printing = 0 if(href_list["field"]) From e8cdbeeae32a540664b3ff8b9ad165da64ed59b7 Mon Sep 17 00:00:00 2001 From: Mars Date: Sun, 25 Mar 2018 08:35:11 +0200 Subject: [PATCH 3/3] Whoops. --- code/game/machinery/computer/medical.dm | 2 +- code/game/machinery/computer/skills.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm index 603657d23ba..ee3bd25c11d 100644 --- a/code/game/machinery/computer/medical.dm +++ b/code/game/machinery/computer/medical.dm @@ -515,7 +515,7 @@ else P.info += "Medical Record Lost!
" P.info += "" - P.name = "paper- 'Medical Record: [active1.fields["name"]'" + P.name = "paper- 'Medical Record: [active1.fields["name"]]'" printing = 0 return 1 diff --git a/code/game/machinery/computer/skills.dm b/code/game/machinery/computer/skills.dm index f7169d4a602..16927b5cd54 100644 --- a/code/game/machinery/computer/skills.dm +++ b/code/game/machinery/computer/skills.dm @@ -232,7 +232,7 @@ else P.info += "General Record Lost!
" P.info += "" - P.name = "paper - 'Employment Record: [active1.fields["name"]'" + P.name = "paper - 'Employment Record: [active1.fields["name"]]'" printing = 0 if(href_list["field"])