mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Adds languages for AI
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
flags = WHITELISTED
|
flags = WHITELISTED
|
||||||
|
|
||||||
/datum/language/tajaran
|
/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."
|
desc = "An expressive language that combines yowls and chirps with posture, tail and ears. Native to the Tajaran."
|
||||||
speech_verb = "mrowls"
|
speech_verb = "mrowls"
|
||||||
colour = "tajaran"
|
colour = "tajaran"
|
||||||
|
|||||||
@@ -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/ai_statuschange, /mob/living/silicon/ai/proc/ai_hologram_change, \
|
||||||
/mob/living/silicon/ai/proc/toggle_camera_light)
|
/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(!safety)//Only used by AIize() to successfully spawn an AI.
|
||||||
if (!B)//If there is no player/brain inside.
|
if (!B)//If there is no player/brain inside.
|
||||||
|
|||||||
Reference in New Issue
Block a user