mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
Shuttle call/recall announcements are now more noticeable. Removed a few ways they could be spammed. Cats and Dogs can see in the dark. Recommitted some of the poop stuff by Doohl because, hell it's only one day and I don't hate fun. Revision: r3382 Author: elly1...@rocketmail.com Date: Mar 31, 2012
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
/proc/captain_announce(var/text)
|
|
world << "<h1 class='alert'>Priority Announcement</h1>"
|
|
world << "<span class='alert'>[html_encode(text)]</span>"
|
|
world << "<br>"
|
|
|