mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #13638 from Heroman3003/language-runtime-fix
Fixes runtime with chirping birds
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user