mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
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:
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user