mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Ports Siik'Tajr from Baystation
Tail Sign language!
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user