mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Merge pull request #8809 from MarsM0nd/Record_naming
QoL addition to record printouts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user