mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Create signlanguage.dm
This commit is contained in:
11
code/modules/language/signlanguage.dm
Normal file
11
code/modules/language/signlanguage.dm
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
/datum/language/signlanguage
|
||||||
|
name = "Space Sign Language"
|
||||||
|
desc = "Those who cannot speak can learn this instead."
|
||||||
|
speech_verb = "signs"
|
||||||
|
whisper_verb = "gestures"
|
||||||
|
key = "9"
|
||||||
|
flags = TONGUELESS_SPEECH
|
||||||
|
|
||||||
|
syllables = list(".")
|
||||||
|
|
||||||
|
default_priority = 90
|
||||||
Reference in New Issue
Block a user