Use of the flexible macro

Mostly regex to catch every \ref with the same formatting, with their
reference and display name.
This commit is contained in:
Mars
2018-08-16 20:04:53 +02:00
parent b5b09b435c
commit 4fa906951a
9 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -979,7 +979,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(!H.key && H.mind.key)
key_string = H.mind.key
msg += "<TR><TD>[key_string]</TD><TD>[H.real_name]</TD><TD>[job_string]</TD><TD>[mins_ssd]</TD><TD>[role_string]</TD>"
msg += "<TD>[get_area(H)]</TD><TD><A HREF='?_src_=holder;adminplayeropts=\ref[H]'>PP</A></TD>"
msg += "<TD>[get_area(H)]</TD><TD>[ADMIN_PP(H,"PP")]</TD>"
if(istype(H.loc, /obj/machinery/cryopod))
msg += "<TD>In Cryo</TD>"
else