mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
13 lines
403 B
Plaintext
13 lines
403 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"
|
|
spans = list("slime")
|
|
key = "k"
|
|
syllables = list("qr","qrr","xuq","qil","quum","xuqm","vol","xrim","zaoo","qu-uu","qix","qoo","zix","*","!")
|
|
default_priority = 70
|
|
|
|
icon_state = "slime"
|