mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Station Tag (#12162)
This commit is contained in:
@@ -490,6 +490,7 @@
|
||||
t = replacetext(t, "\[/large\]", "</font>")
|
||||
t = replacetext(t, "\[small\]", "<font size = \"1\">")
|
||||
t = replacetext(t, "\[/small\]", "</font>")
|
||||
t = replacetext(t, "\[station\]", current_map.station_name)
|
||||
|
||||
// A break for signature customization code to use this proc as well.
|
||||
if (limited)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "You can now use the tag [station] in papercode to have it replaced with the map's current station name."
|
||||
Reference in New Issue
Block a user