mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Sign Language
Adds in sign language accessible with key :4, moves xenocommon to :z. Also stops you from speaking sign language over any radios.
This commit is contained in:
@@ -61,4 +61,14 @@
|
||||
speech_verb = "growls"
|
||||
colour = "rough"
|
||||
key = "3"
|
||||
syllables = list ("gra","ba","ba","breh","bra","rah","dur","ra","ro","gro","go","ber","bar","geh","heh", "gra")
|
||||
syllables = list ("slo","nik","ko","zels","het","zlo","nis","iv","da","ati","yib","ban","dup","sha","ansh","nou","nec","zby", "ci")
|
||||
|
||||
// Sign language
|
||||
/datum/language/sign
|
||||
name = "Sign Language"
|
||||
desc = "A signed version of Standard, though its intent is primarily to help out people who are deaf and mute, "
|
||||
speech_verb = "signs"
|
||||
signlang_verb = list("signs", "gestures")
|
||||
colour = "i"
|
||||
key = "4"
|
||||
flags = NO_STUTTER|SIGNLANG
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
speech_verb = "hisses"
|
||||
ask_verb = "hisses"
|
||||
exclaim_verb = "hisses"
|
||||
key = "4"
|
||||
key = "z"
|
||||
flags = RESTRICTED
|
||||
syllables = list("sss","sSs","SSS")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user