Attack logging, better intent switcher HUD, alien species fixes, misc admin commands, moderator commands.

This commit is contained in:
Erthilo
2012-09-24 17:56:49 +01:00
parent 1ed6478d65
commit a88c318051
27 changed files with 1176 additions and 226 deletions

View File

@@ -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>"