From c691ad5b8dad4251d94dcc5dafeeead2cd367bc9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 13 Jun 2018 02:13:31 -0400 Subject: [PATCH] Ports Siik'Tajr from Baystation Tail Sign language! --- code/__defines/species_languages_vr.dm | 1 + code/modules/mob/language/station_vr.dm | 7 +++++++ .../mob/living/carbon/human/species/station/station_vr.dm | 1 + 3 files changed, 9 insertions(+) diff --git a/code/__defines/species_languages_vr.dm b/code/__defines/species_languages_vr.dm index 8c5c505f82a..e93ed879fd3 100644 --- a/code/__defines/species_languages_vr.dm +++ b/code/__defines/species_languages_vr.dm @@ -4,6 +4,7 @@ #define LANGUAGE_ECUREUILIAN "Ecureuilian" #define LANGUAGE_DAEMON "Daemon" #define LANGUAGE_ENOCHIAN "Enochian" +#define LANGUAGE_SIIK_TAJR "Siik'Tajr" #define LANGUAGE_CHIMPANZEE "Chimpanzee" #define LANGUAGE_NEAERA "Neaera" diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index 73ea0bbe976..15ec837a09b 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -71,6 +71,13 @@ "mihi","wan","six","salve","tartu") machine_understands = FALSE +/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") + colour = "tajaran" + key = "l" + flags = WHITELISTED | SIGNLANG | NO_STUTTER | NONVERBAL /datum/language/unathi flags = 0 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 133220360b4..7bbc92e655b 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 @@ -313,6 +313,7 @@ icobase = 'icons/mob/human_races/r_tajaran_vr.dmi' deform = 'icons/mob/human_races/r_def_tajaran_vr.dmi' tail_animation = 'icons/mob/species/tajaran/tail_vr.dmi' + secondary_langs = list(LANGUAGE_SIIK, LANGUAGE_AKHANI, LANGUAGE_SIIK_TAJR) color_mult = 1 min_age = 18 gluttonous = 0 //Moving this here so I don't have to fix this conflict every time polaris glances at station.dm