Merge pull request #8809 from MarsM0nd/Record_naming

QoL addition to record printouts
This commit is contained in:
tigercat2000
2018-03-26 14:15:04 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -515,7 +515,7 @@
else
P.info += "<B>Medical Record Lost!</B><BR>"
P.info += "</TT>"
P.name = "paper- 'Medical Record'"
P.name = "paper- 'Medical Record: [active1.fields["name"]]'"
printing = 0
return 1
+1 -1
View File
@@ -366,7 +366,7 @@
else
P.info += "<B>Security Record Lost!</B><BR>"
P.info += "</TT>"
P.name = "paper - 'Security Record'"
P.name = "paper - 'Security Record: [active1.fields["name"]]'"
printing = 0
/* Removed due to BYOND issue
+1 -1
View File
@@ -232,7 +232,7 @@
else
P.info += "<B>General Record Lost!</B><BR>"
P.info += "</TT>"
P.name = "paper - 'Employment Record'"
P.name = "paper - 'Employment Record: [active1.fields["name"]]'"
printing = 0
if(href_list["field"])