This commit is contained in:
scriptis
2023-07-21 03:08:06 -05:00
committed by GitHub
parent 0527330e0a
commit f46c2ff75c
11 changed files with 131 additions and 0 deletions
@@ -158,6 +158,15 @@
emote_hear = list("snorts.")
emote_see = list("sniffs around.")
/datum/ai_planning_subtree/random_speech/pony
speech_chance = 3
emote_hear = list("whinnies!")
emote_see = list("horses around.")
/datum/ai_planning_subtree/random_speech/pony/tamed
speech_chance = 3
emote_see = list("snorts.")
/datum/ai_planning_subtree/random_speech/killer_tomato
speech_chance = 3
speak = list("gnashes.", "growls lowly.", "snarls.")