mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-20 20:22:20 +01:00
3c04d7199d
Known errors: * A set of errors tied to updating the fire overlays. * A single error related to a dischephency between new and old slime code * A set of errors related to the recharging of stun batons * A single error due to old machinery code coming from your grav generator file * A single error error from your space cooler code, due to old atmopsherics code * A playerpanel warning * An error tied to extinguishing and old atmos code.
6 lines
305 B
Plaintext
6 lines
305 B
Plaintext
/proc/captain_announce(message as text, title = "Priority Announcement", announcer = "")
|
|
world << "<h1 class='alert'>[html_encode(title)]</h1>"
|
|
world << "<span class='alert'>[html_encode(message)]</span>"
|
|
if(announcer)
|
|
world << "<span class='alert'> -[html_encode(announcer)]</span>"
|
|
world << "<br>" |