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
@@ -9,7 +9,7 @@
machine_understands = 0
/datum/language/mouse
name = "Mouse"
name = LANGUAGE_MOUSE
desc = "A set of squeaks that only mice can understand."
speech_verb = "squeaks"
ask_verb = "squeaks"
@@ -21,7 +21,7 @@
syllables = list("squeak") // , "gripes", "oi", "meow")
/datum/language/teppi
name = "Teppi"
name = LANGUAGE_TEPPI
desc = "A set of gyohs that only teppi can understand."
speech_verb = "rumbles"
ask_verb = "tilts"