From 8f1b77e02cb0ca819a9124a8730b4fa48ed05882 Mon Sep 17 00:00:00 2001
From: SabreML <57483089+SabreML@users.noreply.github.com>
Date: Sat, 29 May 2021 21:16:25 +0100
Subject: [PATCH] [station] (#16074)
---
code/__HELPERS/text.dm | 1 +
1 file changed, 1 insertion(+)
diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm
index 11a04c7cc3c..1d9b6550b84 100644
--- a/code/__HELPERS/text.dm
+++ b/code/__HELPERS/text.dm
@@ -514,6 +514,7 @@
text = replacetext(text, "\[logo\]", "​
")
text = replacetext(text, "\[time\]", "[station_time_timestamp()]") // TO DO
text = replacetext(text, "\[date\]", "[GLOB.current_date_string]")
+ text = replacetext(text, "\[station\]", "[SSmapping.map_datum.fluff_name]")
if(!no_font)
if(P)
text = "[text]"