[MIRROR] Converts Killer Tomatoes to Basic Mobs [MDB IGNORE] (#21301)

* Converts Killer Tomatoes to Basic Mobs

* skyrat modular changes

---------

Co-authored-by: san7890 <the@san7890.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-05-20 23:44:02 -07:00
committed by GitHub
co-authored by san7890 lessthanthree
parent 3c15dfcc85
commit 3696b1eb88
14 changed files with 85 additions and 46 deletions
@@ -140,3 +140,9 @@
sound = list('sound/creatures/pig1.ogg', 'sound/creatures/pig2.ogg')
emote_hear = list("snorts.")
emote_see = list("sniffs around.")
/datum/ai_planning_subtree/random_speech/killer_tomato
speech_chance = 3
speak = list("gnashes.", "growls lowly.", "snarls.")
emote_hear = list("gnashes.")
emote_see = list("salivates.")