Adds languages for AI

This commit is contained in:
mwerezak
2014-05-16 18:03:44 -04:00
parent 726ae086de
commit 6c230deefe
2 changed files with 10 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
flags = WHITELISTED
/datum/language/tajaran
name = "Siik'tajr"
name = "Siik'Mas" //should be Siik'Mas as per lore.
desc = "An expressive language that combines yowls and chirps with posture, tail and ears. Native to the Tajaran."
speech_verb = "mrowls"
colour = "tajaran"

View File

@@ -94,6 +94,14 @@ var/list/ai_list = list()
/mob/living/silicon/ai/proc/ai_statuschange, /mob/living/silicon/ai/proc/ai_hologram_change, \
/mob/living/silicon/ai/proc/toggle_camera_light)
//Languages
add_language("Sol Common")
add_language("Sinta'unathi")
add_language("Siik'Mas")
add_language("Skrellian")
add_language("Rootspeak")
add_language("Tradeband")
add_language("Gutter")
if(!safety)//Only used by AIize() to successfully spawn an AI.
if (!B)//If there is no player/brain inside.