Merge pull request #13638 from Heroman3003/language-runtime-fix

Fixes runtime with chirping birds
This commit is contained in:
Casey
2022-09-03 12:49:58 -04:00
committed by CHOMPStation2
parent 740a487eb0
commit 9f0965e166
18 changed files with 22 additions and 20 deletions

View File

@@ -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"