diff --git a/code/modules/mob/language/generic.dm b/code/modules/mob/language/generic.dm index 6f851694a9..d81cdf1655 100644 --- a/code/modules/mob/language/generic.dm +++ b/code/modules/mob/language/generic.dm @@ -1,4 +1,4 @@ -// Noise "language", for audible emotes. +LANGUAGE_TERMINUS// Noise "language", for audible emotes. /datum/language/noise name = "Noise" desc = "Noises" @@ -55,12 +55,12 @@ /datum/language/terminus name = LANGUAGE_TERMINUS - desc = "A soft language spoken by the people of the sparsely populated, socially-conscious Precursors' Crypt region." + desc = "A group of languages spoken by the Zorren with a certain degree of mutual intelligibility under each other. Evidence shows it was a single lingua franca which has diverged into many sub languages due to isolation." // VOREstation edit. Original : A soft language spoken by the people of the sparsely populated, socially-conscious Precursors' Crypt region. speech_verb = "mentions" exclaim_verb = "insinuates" colour = "terminus" key = "4" - flags = WHITELISTED + // flags = WHITELISTED (VOREstation edit) syllables = list (".a", "spa", "pan", "blaif", "stra", "!u", "!ei", "!am", "by", ".y", "gry", "zbly", "!y", "fl", "sm", "rn", "cpi", "ku", "koi", "pr", "glau", "stu", "ved", "ki", "tsa", "xau", "jbu", "sny", "stro", "nu", "uan", "ju", "!i", "ge", "luk", "an", "ar", "at", "es", "et", "bel", "ki", "jaa", "ch", "ki", "gh", "ll", "uu", "wat") diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 3ea7eb85f5..133220360b 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -156,8 +156,8 @@ icobase_tail = 1 unarmed_types = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/claws, /datum/unarmed_attack/bite/sharp) num_alternate_languages = 3 - secondary_langs = list(LANGUAGE_SIIK) - name_language = LANGUAGE_SIIK + secondary_langs = list(LANGUAGE_TERMINUS) + name_language = LANGUAGE_TERMINUS min_age = 18 max_age = 80 @@ -176,6 +176,7 @@ appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR flesh_color = "#AFA59E" base_color = "#333333" + blood_color = "#240bc4" color_mult = 1 heat_discomfort_strings = list( @@ -194,8 +195,8 @@ icobase_tail = 1 unarmed_types = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/claws, /datum/unarmed_attack/bite/sharp) num_alternate_languages = 3 - secondary_langs = list(LANGUAGE_SIIK) - name_language = LANGUAGE_SIIK + secondary_langs = list(LANGUAGE_TERMINUS) + name_language = LANGUAGE_TERMINUS min_age = 18 max_age = 80 @@ -214,6 +215,7 @@ flesh_color = "#AFA59E" base_color = "#333333" + blood_color = "#240bc4" color_mult = 1 inherent_verbs = list(/mob/living/proc/shred_limb)