mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
changes: tweak: "Auto-Hiss should no longer act on sign languages." tweak: "Auto-Hiss should no longer act on Tajaran languages." tweak: "Auto-Hiss should no longer act on Unathi languages." tweak: "Examining an IPC no longer checks their non-existent pulse." tweak: "You can no longer check the pulse of a species that does not have one." bugfix: "Examining a human-type mob with robotic limbs no longer shows red examine text for each limb." bugfix: "Examining a human-type mob now shows hunger level again." bugfix: "The Ninja's self-destruct should actually kill the Ninja now." bugfix: "You can no longer use sign language over radios." Changes not in changelog: Cleaned up the BST's code a bit. BSTs now understand/speak the newly added languages Added #define for languages that did not have them. BSTs now understand/speak Vaurca Hivenet. Slightly tweaked names/descriptions of BST items. Fixed runtime from lawgivers overhearing speech from non-human mobs. Fixes #1492 Fixes #1500 Fixes #1505
34 lines
1016 B
Plaintext
34 lines
1016 B
Plaintext
/datum/language/human/monkey
|
|
name = LANGUAGE_CHIMPANZEE
|
|
desc = "Ook ook ook."
|
|
speech_verb = "chimpers"
|
|
ask_verb = "chimpers"
|
|
exclaim_verb = "screeches"
|
|
key = "6"
|
|
|
|
/datum/language/skrell/monkey
|
|
name = LANGUAGE_NEAERA
|
|
desc = "Squik squik squik."
|
|
key = "8"
|
|
|
|
/datum/language/unathi/monkey
|
|
name = LANGUAGE_STOK
|
|
desc = "Hiss hiss hiss."
|
|
key = "7"
|
|
|
|
/datum/language/tajaran/monkey
|
|
name = LANGUAGE_FARWA
|
|
desc = "Meow meow meow."
|
|
key = "^"
|
|
|
|
/datum/language/bug/monkey
|
|
name = LANGUAGE_BUG
|
|
desc = "Buzz buzz buzz."
|
|
key = "#"
|
|
speech_verb = "chitters"
|
|
ask_verb = "ponders"
|
|
exclaim_verb = "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")
|