mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-17 03:04:55 +01:00
16 lines
336 B
Plaintext
16 lines
336 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
|
|
//SKYRAT CHANGE - language restriction
|
|
restricted = FALSE
|
|
//
|