Adds properly licneced sounds back to the Pig and the Cow (#29465)

* Pig and Cow are now no longer silent

* Added attribution to attributions.txt

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Code-Lyoko0
2025-06-18 20:04:53 +00:00
committed by GitHub
co-authored by Burzah
parent e9f1989e00
commit 99a8386990
5 changed files with 8 additions and 0 deletions
@@ -2,6 +2,7 @@
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,6 +1,7 @@
/datum/ai_planning_subtree/random_speech/pig
speech_chance = 2
speak = list("oink?", "oink", "OINK")
sound = list('sound/creatures/pig.ogg')
emote_hear = list("oinks.")
emote_see = list("rolls around.")