○ Fixes for announcements and comm consoles.

○ FINALLY FIXED THE REQUEST CONSOLES BEING SHITTY WOOOOOOOO
○ You can now do line breaks in the admin centcom announcements, just simply hit enter.

○ You can now name portable / constructed turrets properly by using a pen on their frame before you finalize the construction. Joy!


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2449 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-10-29 20:20:39 +00:00
parent c7daef1773
commit 313d99d003
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/proc/captain_announce(var/text)
world << "<h1 class='alert'>Captain Announces</h1>"
world << "<span class='alert'>[sanitize(text)]</span>"
world << "<span class='alert'>[html_encode(text)]</span>"
world << "<br>"
+2 -2
View File
@@ -2,8 +2,8 @@
world << "<h1 class='alert'>[command_name()] Update</h1>"
if (title && length(title) > 0)
world << "<h2 class='alert'>[sanitize(title)]</h2>"
world << "<h2 class='alert'>[html_encode(title)]</h2>"
world << "<span class='alert'>[sanitize(text)]</span>"
world << "<span class='alert'>[html_encode(text)]</span>"
world << "<br>"