mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fix writing [date] on paper and printout of ref in garbage collector error message.
This commit is contained in:
@@ -169,7 +169,7 @@ SUBSYSTEM_DEF(garbage)
|
|||||||
#endif
|
#endif
|
||||||
var/type = D.type
|
var/type = D.type
|
||||||
var/datum/qdel_item/I = items[type]
|
var/datum/qdel_item/I = items[type]
|
||||||
testing("GC: -- \ref[src] | [type] was unable to be GC'd --")
|
testing("GC: -- \ref[D] | [type] was unable to be GC'd --")
|
||||||
I.failures++
|
I.failures++
|
||||||
if (GC_QUEUE_HARDDELETE)
|
if (GC_QUEUE_HARDDELETE)
|
||||||
HardDelete(D)
|
HardDelete(D)
|
||||||
|
|||||||
@@ -251,7 +251,7 @@
|
|||||||
t = replacetext(t, "\[u\]", "<U>")
|
t = replacetext(t, "\[u\]", "<U>")
|
||||||
t = replacetext(t, "\[/u\]", "</U>")
|
t = replacetext(t, "\[/u\]", "</U>")
|
||||||
t = replacetext(t, "\[time\]", "[stationtime2text()]")
|
t = replacetext(t, "\[time\]", "[stationtime2text()]")
|
||||||
t = replacetext(t, "\[date\]", "[station_date]")
|
t = replacetext(t, "\[date\]", "[stationdate2text()]")
|
||||||
t = replacetext(t, "\[large\]", "<font size=\"4\">")
|
t = replacetext(t, "\[large\]", "<font size=\"4\">")
|
||||||
t = replacetext(t, "\[/large\]", "</font>")
|
t = replacetext(t, "\[/large\]", "</font>")
|
||||||
if(findtext(t, "\[sign\]"))
|
if(findtext(t, "\[sign\]"))
|
||||||
|
|||||||
Reference in New Issue
Block a user