Fixes runtime with chirping birds

This commit is contained in:
Heroman
2022-09-03 20:03:14 +10:00
parent c716f4f39b
commit 618025825e
18 changed files with 19 additions and 22 deletions
+33
View File
@@ -0,0 +1,33 @@
/datum/language/human/animal
name = LANGUAGE_ANIMAL
desc = "A collection of ooking noises made by monkeys"
speech_verb = "says"
ask_verb = "inquires"
exclaim_verb = "yells"
key = "C"
syllables = list("chrp","tweet","squick","croak","hiss","gronk","meow","mew","bark", "woof", "bowwow", "yap", "arf") //This is a generalized animal language. If spoken by an animal, it comes out with the mob noises. This only occurs when spoken by a carbon (human).
machine_understands = 0
/datum/language/mouse
name = LANGUAGE_MOUSE
desc = "A set of squeaks that only mice can understand."
speech_verb = "squeaks"
ask_verb = "squeaks"
exclaim_verb = "squeaks"
key = "m"
flags = RESTRICTED
machine_understands = 0
space_chance = 100
syllables = list("squeak") // , "gripes", "oi", "meow")
/datum/language/teppi
name = LANGUAGE_TEPPI
desc = "A set of gyohs that only teppi can understand."
speech_verb = "rumbles"
ask_verb = "tilts"
exclaim_verb = "roars"
key = "i"
flags = WHITELISTED
machine_understands = 0
space_chance = 100
syllables = list("gyoh", "snoof", "gyoooooOOOooh", "iuuuuh", "gyuuuuh")