mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[MIRROR] Turns Chickens into Basic Mobs [MDB IGNORE] (#21414)
* Turns Chickens into Basic Mobs (#75592) * Turns Chickens into Basic Mobs * modular * Update VoidRaptor.dmm --------- Co-authored-by: san7890 <the@san7890.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
co-authored by
san7890
Tom
lessthanthree
Jolly-66
parent
469ad95eb3
commit
d52445f5df
@@ -90,6 +90,12 @@
|
||||
"Hmm mmm mmm!",
|
||||
)
|
||||
|
||||
/datum/ai_planning_subtree/random_speech/chicken
|
||||
speech_chance = 15 // really talkative ladies
|
||||
speak = list("Cluck!", "BWAAAAARK BWAK BWAK BWAK!", "Bwaak bwak.")
|
||||
emote_hear = list("clucks.", "croons.")
|
||||
emote_see = list("pecks at the ground.","flaps her wings viciously.")
|
||||
|
||||
/datum/ai_planning_subtree/random_speech/cow
|
||||
speech_chance = 1
|
||||
speak = list("moo?","moo","MOOOOOO")
|
||||
|
||||
Reference in New Issue
Block a user