Merge pull request #1760 from Markolie/ipcmasterrace

IPC overhaul
This commit is contained in:
TheDZD
2015-08-19 11:57:04 -04:00
90 changed files with 2074 additions and 1208 deletions
+7
View File
@@ -246,6 +246,13 @@
key = "5"
flags = RESTRICTED | WHITELISTED
syllables = list("02011","01222","10100","10210","21012","02011","21200","1002","2001","0002","0012","0012","000","120","121","201","220","10","11","0")
/datum/language/machine/get_random_name()
if(prob(70))
name = "[pick(list("PBU","HIU","SINA","ARMA","OSI"))]-[rand(100, 999)]"
else
name = pick(ai_names)
return name
/datum/language/kidan
name = "Chittin"