From d1d063bfc5a73d128ec6ae7ea115d75ef570af22 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 3 Jul 2022 18:22:26 +1000 Subject: [PATCH] Moves teppi language to main language files --- code/modules/mob/language/monkey.dm | 12 ++++++++++++ .../subtypes/animal/alien animals/teppi.dm | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/code/modules/mob/language/monkey.dm b/code/modules/mob/language/monkey.dm index e0755adbbd..0ceaf4a88f 100644 --- a/code/modules/mob/language/monkey.dm +++ b/code/modules/mob/language/monkey.dm @@ -76,3 +76,15 @@ machine_understands = 0 space_chance = 100 syllables = list("chirp", "squawk", "tweet") + +/datum/language/teppi + name = "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") diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/teppi.dm b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/teppi.dm index 32ab7da58a..036e07c2d4 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/teppi.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/teppi.dm @@ -870,18 +870,6 @@ GLOBAL_VAR_INIT(teppi_count, 0) // How mant teppi DO we have? speak_chance = 0.5 wander = TRUE -/datum/language/teppi - name = "Teppi" - desc = "The language of the meat things." - 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") - ////////////////// Da babby ////////////// /mob/living/simple_mob/vore/alienanimals/teppi/baby