From 308c4b64e07178cf63dd9a6b0c5e81c9cd097ca5 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sat, 30 Jun 2018 15:45:40 -0700 Subject: [PATCH] Renames Taj Sign Language --- code/__defines/species_languages.dm | 1 + code/modules/mob/language/station.dm | 7 ++++--- .../mob/living/carbon/human/species/station/station.dm | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/code/__defines/species_languages.dm b/code/__defines/species_languages.dm index 89078a4ddbf..89942a150fd 100644 --- a/code/__defines/species_languages.dm +++ b/code/__defines/species_languages.dm @@ -51,6 +51,7 @@ #define LANGUAGE_EVENT1 "Occursus" #define LANGUAGE_AKHANI "Akhani" #define LANGUAGE_SIIK_TAJR "Siik'Tajr" +#define LANGUAGE_SIIK_ALAI "Siik'alai" // Language flags. #define WHITELISTED 1 // Language is available if the speaker is whitelisted. diff --git a/code/modules/mob/language/station.dm b/code/modules/mob/language/station.dm index 8ce16154146..b721aa89af7 100644 --- a/code/modules/mob/language/station.dm +++ b/code/modules/mob/language/station.dm @@ -78,9 +78,10 @@ "nai","ou","kah","oa","ama","uuk","bel","chi","ayt","kay","kas","akor","tam","yir","enai") /datum/language/tajsign - name = LANGUAGE_SIIK_TAJR - desc = "A type of sign language mostly based on tail movements that was used during the Tajaran rebellion." - signlang_verb = list("uses their tail to convey", "gestures with their tail", "gestures with their tail elaborately") + name = LANGUAGE_SIIK_ALAI + desc = "A standardized Tajaran sign language that was developed in Zarraya and gradually adopted by other nations, incorporating \ + hand gestures and movements of the ears and tail." + signlang_verb = list("gestures with their hands", "gestures with their ears and tail", "gestures with their ears, tail and hands") colour = "tajaran" key = "l" flags = WHITELISTED | SIGNLANG | NO_STUTTER | NONVERBAL diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index 903e1744e80..360f6afbb51 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -156,7 +156,7 @@ metabolic_rate = 1.1 gluttonous = 1 num_alternate_languages = 3 - secondary_langs = list(LANGUAGE_SIIK, LANGUAGE_AKHANI, LANGUAGE_SIIK_TAJR) + secondary_langs = list(LANGUAGE_SIIK, LANGUAGE_AKHANI, LANGUAGE_SIIK_ALAI) name_language = LANGUAGE_SIIK species_language = LANGUAGE_SIIK health_hud_intensity = 2.5