mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-17 03:04:55 +01:00
16 lines
471 B
Plaintext
16 lines
471 B
Plaintext
/datum/language/slime
|
|
name = "Slime"
|
|
desc = "A melodic and complex language spoken by slimes. Some of the notes are inaudible to humans."
|
|
speech_verb = "warbles"
|
|
ask_verb = "warbles"
|
|
exclaim_verb = "warbles"
|
|
key = "k"
|
|
flags = TONGUELESS_SPEECH
|
|
syllables = list("qr","qrr","xuq","qil","quum","xuqm","vol","xrim","zaoo","qu-uu","qix","qoo","zix","*","!")
|
|
default_priority = 70
|
|
|
|
icon_state = "slime"
|
|
//SKYRAT CHANGE - language restriction
|
|
restricted = FALSE
|
|
//
|