Ports Siik'Tajr from Baystation

Tail sign language! I was told Polaris might want this?
This commit is contained in:
Unknown
2018-06-16 22:58:31 -04:00
parent 32557da8f2
commit cfe3a7223d
3 changed files with 10 additions and 1 deletions

View File

@@ -50,6 +50,7 @@
#define LANGUAGE_MINBUS "Minbus"
#define LANGUAGE_EVENT1 "Occursus"
#define LANGUAGE_AKHANI "Akhani"
#define LANGUAGE_SIIK_TAJR "Siik'Tajr"
// Language flags.
#define WHITELISTED 1 // Language is available if the speaker is whitelisted.

View File

@@ -77,6 +77,14 @@
"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_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/tajaran/get_random_name(var/gender)
var/new_name = ..(gender,1)

View File

@@ -157,7 +157,7 @@
metabolic_rate = 1.1
gluttonous = 1
num_alternate_languages = 3
secondary_langs = list(LANGUAGE_SIIK, LANGUAGE_AKHANI)
secondary_langs = list(LANGUAGE_SIIK, LANGUAGE_AKHANI, LANGUAGE_SIIK_TAJR)
name_language = LANGUAGE_SIIK
species_language = LANGUAGE_SIIK
health_hud_intensity = 2.5