mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@255 316c924e-a436-60f5-8080-3fe189b3f50e
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
/proc/captain_announce(var/text)
|
|
world << "<h1 class='alert'>Captain Announces</h1>"
|
|
|
|
world << "<span class='alert'>[sanitize(text)]</span>"
|
|
world << "<br>"
|
|
|