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]"