Merge pull request #1781 from Markolie/adminbus

Admin teleport update, further admin message fixes
This commit is contained in:
Fox-McCloud
2015-08-18 20:19:55 -04:00
35 changed files with 206 additions and 180 deletions
+1 -1
View File
@@ -1531,7 +1531,7 @@ datum/preferences
//Debugging report to track down a bug, which randomly assigned the plural gender to people.
if(character.gender in list(PLURAL, NEUTER))
if(isliving(src)) //Ghosts get neuter by default
message_admins("[character] ([character.ckey]) has spawned with their gender as plural or neuter. Please notify coders.")
message_admins("[key_name_admin(character)] has spawned with their gender as plural or neuter. Please notify coders.")
character.gender = MALE
proc/open_load_dialog(mob/user)