mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
remove cow and pig sfx (#29408)
This commit is contained in:
committed by
GitHub
parent
07230191d7
commit
dc970f7be0
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user