mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
* And I'm living one, big nightmare... * We upload our status and beg for attention while they're all eating Cake in Capitol Hill... * whisper fix * SIGN * Update code/modules/mob/language/language.dm Co-authored-by: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com> Co-authored-by: mikomyazaki <47489928+mikomyazaki@users.noreply.github.com>
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
/datum/language/human/monkey
|
|
name = LANGUAGE_CHIMPANZEE
|
|
desc = "Ook ook ook."
|
|
speech_verb = list("chimpers")
|
|
ask_verb = list("chimpers")
|
|
exclaim_verb = list("screeches")
|
|
key = "6"
|
|
machine_understands = FALSE
|
|
flags = RESTRICTED
|
|
|
|
/datum/language/skrell/monkey
|
|
name = LANGUAGE_NEAERA
|
|
desc = "Squik squik squik."
|
|
key = "8"
|
|
machine_understands = FALSE
|
|
flags = RESTRICTED
|
|
|
|
/datum/language/unathi/monkey
|
|
name = LANGUAGE_STOK
|
|
desc = "Hiss hiss hiss."
|
|
key = "7"
|
|
machine_understands = FALSE
|
|
flags = RESTRICTED
|
|
|
|
/datum/language/tajaran/monkey
|
|
name = LANGUAGE_FARWA
|
|
desc = "Meow meow meow."
|
|
key = "^"
|
|
machine_understands = FALSE
|
|
flags = RESTRICTED
|
|
|
|
/datum/language/bug/monkey
|
|
name = LANGUAGE_BUG
|
|
desc = "Buzz buzz buzz."
|
|
key = "#"
|
|
speech_verb = list("chitters")
|
|
ask_verb = list("ponders")
|
|
exclaim_verb = list("buzzes")
|
|
syllables = list("vaur","uyek","uyit","avek","sc'theth","k'ztak","teth","wre'ge","lii","dra'","zo'","ra'","k'lax'","zz","vh","ik","ak",
|
|
"uhk","zir","sc'orth","sc'er","thc'yek","th'zirk","th'esk","k'ayek","ka'mil","sc'","ik'yir","yol","kig","k'zit","'","'","zrk","krg","isk'yet","na'k",
|
|
"sc'azz","th'sc","nil","n'ahk","sc'yeth","aur'sk","iy'it","azzg","a'","i'","o'","u'","a","i","o","u","zz","kr","ak","nrk")
|
|
machine_understands = FALSE
|
|
flags = RESTRICTED
|