From 0bc7467596423e7916d8285f26ff57f884e4e1b7 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Mon, 9 Jul 2018 00:29:19 -0500 Subject: [PATCH] Taj Sign Language works --- code/__defines/species_languages.dm | 2 +- code/modules/mob/language/station.dm | 18 +++++++++--------- .../carbon/human/species/station/station.dm | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/code/__defines/species_languages.dm b/code/__defines/species_languages.dm index f3f3e8d088d..f12b630979c 100644 --- a/code/__defines/species_languages.dm +++ b/code/__defines/species_languages.dm @@ -50,7 +50,7 @@ #define LANGUAGE_MINBUS "Minbus" #define LANGUAGE_EVENT1 "Occursus" #define LANGUAGE_AKHANI "Akhani" -#define LANGUAGE_SIIK_ALAI "Siik'alai" +#define LANGUAGE_ALAI "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 b721aa89af7..2c395bca761 100644 --- a/code/modules/mob/language/station.dm +++ b/code/modules/mob/language/station.dm @@ -77,15 +77,6 @@ "kar","yar","kzar","rha","hrar","err","fer","rir","rar","yarr","arr","ii'r","jar","kur","ran","rii","ii", "nai","ou","kah","oa","ama","uuk","bel","chi","ayt","kay","kas","akor","tam","yir","enai") -/datum/language/tajsign - 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 - /datum/language/tajaran/get_random_name(var/gender) var/new_name = ..(gender,1) @@ -95,6 +86,15 @@ new_name += " [..(gender,1)]" return new_name +/datum/language/tajsign + name = LANGUAGE_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 + /datum/language/skrell name = LANGUAGE_SKRELLIAN desc = "A set of warbles and hums, the language itself a complex mesh of both melodic and rhythmic components, exceptionally capable of conveying intent and emotion of the speaker." 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 8d8e716076f..022c3f14b04 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -157,7 +157,7 @@ metabolic_rate = 1.1 gluttonous = 1 num_alternate_languages = 3 - secondary_langs = list(LANGUAGE_SIIK, LANGUAGE_AKHANI, LANGUAGE_SIIK_ALAI) + secondary_langs = list(LANGUAGE_SIIK, LANGUAGE_AKHANI, LANGUAGE_ALAI) name_language = LANGUAGE_SIIK species_language = LANGUAGE_SIIK health_hud_intensity = 2.5