remove cow and pig sfx (#29408)

This commit is contained in:
warriorstar-orion
2025-05-22 20:43:31 -04:00
committed by GitHub
parent 07230191d7
commit dc970f7be0
5 changed files with 0 additions and 5 deletions
@@ -2,7 +2,6 @@
speech_chance = 2
speak = list("Moo?", "Moo", "MOOOOOO")
speak_verbs = list("moos", "moos hauntingly")
sound = list('sound/creatures/cow.ogg')
emote_hear = list("brays.")
emote_see = list("shakes her head.")
@@ -1,10 +1,6 @@
/datum/ai_planning_subtree/random_speech/pig
speech_chance = 2
speak = list("oink?", "oink", "OINK")
sound = list(
'sound/creatures/pig/pig1.ogg',
'sound/creatures/pig/pig2.ogg'
)
emote_hear = list("oinks.")
emote_see = list("rolls around.")