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:
skull132
2016-02-02 14:03:27 +02:00
parent ec03d4ecc2
commit a3a62bc186
3 changed files with 27 additions and 14 deletions
+11 -1
View File
@@ -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
+1 -1
View File
@@ -5,7 +5,7 @@
speech_verb = "hisses"
ask_verb = "hisses"
exclaim_verb = "hisses"
key = "4"
key = "z"
flags = RESTRICTED
syllables = list("sss","sSs","SSS")