mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
/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(".")
|
|
|
|
icon_state = "ssl"
|
|
default_priority = 90
|