Scrubbed Mime and Clown references. Fixed invisible mutantrace people. Added Tajaran to mutantrace options.

This commit is contained in:
Erthilo
2012-08-23 16:20:40 +01:00
parent b22dc5210b
commit dd09c46595
34 changed files with 101 additions and 68 deletions
+9
View File
@@ -15,6 +15,15 @@ var/global/BSACooldown = 0
msg = dd_replacetext(msg, "%holder_ref%", "\ref[C.holder]")
C << msg
/proc/msg_admin_attack(var/text) //Toggleable Attack Messages
var/rendered = "<span class=\"admin\"><span class=\"prefix\">ADMIN LOG:</span> <span class=\"message\">[text]</span></span>"
log_adminwarn(rendered)
for (var/client/C in admin_list)
if (C)
if(!C.STFU_atklog)
var/msg = rendered
C << msg
/obj/admins/Topic(href, href_list)
..()
+10
View File
@@ -742,6 +742,16 @@
usr << "You will now [STFU_radio ? "not hear" : "hear"] radio chatter from nearby radios or speakers"
feedback_add_details("admin_verb","THR") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/toggle_hear_atklog()
set name = "Toggle Hear Attacks"
set category = "Admin"
if(!holder) return
STFU_atklog = !STFU_atklog
usr << "You will now [STFU_atklog ? "not hear" : "hear"] attack logs"
feedback_add_details("admin_verb","THAL") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/deadmin_self()
set name = "De-admin self"
set category = "Admin"