selective ooc muting

This commit is contained in:
Jordie0608
2015-10-23 00:41:01 +11:00
parent ecdaeaad4c
commit 1f1880e3f9
4 changed files with 30 additions and 1 deletions
+2
View File
@@ -94,6 +94,8 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
var/unlock_content = 0
var/list/ignoring = list()
/datum/preferences/New(client/C)
blood_type = random_blood_type()
custom_names["ai"] = pick(ai_names)
@@ -106,6 +106,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
S["toggles"] >> toggles
S["ghost_form"] >> ghost_form
S["preferred_map"] >> preferred_map
S["ignoring"] >> ignoring
//try to fix any outdated data if necessary
if(needs_update >= 0)
@@ -140,6 +141,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
S["chat_toggles"] << chat_toggles
S["ghost_form"] << ghost_form
S["preferred_map"] << preferred_map
S["ignoring"] << ignoring
return 1