mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Attack logging, better intent switcher HUD, alien species fixes, misc admin commands, moderator commands.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/proc/command_alert(var/text, var/title = "")
|
||||
world << "<h1 class='alert'>[command_name()] Update</h1>"
|
||||
/proc/command_alert(var/text, var/title = "", var/maintitle = "NanoTrasen Update")
|
||||
world << "<h1 class='alert'>[maintitle]</h1>"
|
||||
|
||||
if (title && length(title) > 0)
|
||||
world << "<h2 class='alert'>[html_encode(title)]</h2>"
|
||||
|
||||
Reference in New Issue
Block a user