mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
[MIRROR] adds sheep [MDB IGNORE] (#15826)
* adds sheep (#69318) * adds funny sheep (need non-placeholder sprites still) * indent this * code suggestions * components all the way down * async * sprites + reference * think i did this right * Update code/datums/components/mob_harvest.dm Co-authored-by: san7890 <the@ san7890.com> * steal shiz's suggestion pt1 Co-authored-by: ShizCalev <ShizCalev@ users.noreply.github.com> * steal's shiz's suggestion pt2 Co-authored-by: ShizCalev <ShizCalev@ users.noreply.github.com> * steal's shiz's suggestion pt3 Co-authored-by: ShizCalev <ShizCalev@ users.noreply.github.com> Co-authored-by: san7890 <the@ san7890.com> * adds sheep Co-authored-by: MMMiracles <lolaccount1@hotmail.com> Co-authored-by: ShizCalev <ShizCalev@ users.noreply.github.com> Co-authored-by: san7890 <the@ san7890.com>
This commit is contained in:
@@ -42,6 +42,12 @@
|
||||
speech_chance = 15
|
||||
emote_hear = list("flutters.")
|
||||
|
||||
/datum/ai_planning_subtree/random_speech/sheep
|
||||
speech_chance = 5
|
||||
speak = list("baaa","baaaAAAAAH!","baaah")
|
||||
emote_hear = list("bleats.")
|
||||
emote_see = list("shakes her head.", "stares into the distance.")
|
||||
|
||||
/datum/ai_planning_subtree/random_speech/cow
|
||||
speech_chance = 1
|
||||
speak = list("moo?","moo","MOOOOOO")
|
||||
|
||||
Reference in New Issue
Block a user