[MIRROR] Frog Basic Mob Refactor [MDB IGNORE] (#18378)

* Frog Basic Mob Refactor (#72044)

## About The Pull Request
Refactors the frog into a basic mob. The frog now does the same as the
old frog and can now properly be commanded by the regal rats.
## Why It's Good For The Game
## Changelog
🆑
refactor: Refractors the frog into a basic mob
/🆑

* Frog Basic Mob Refactor

Co-authored-by: Comxy <tijntensen@gmail.com>
This commit is contained in:
SkyratBot
2022-12-31 17:27:56 +01:00
committed by GitHub
parent 7c47b23848
commit 7fcdc4966f
10 changed files with 96 additions and 57 deletions
@@ -48,6 +48,10 @@
emote_hear = list("squeaks.")
emote_see = list("runs in a circle.", "shakes.")
/datum/ai_planning_subtree/random_speech/frog
speech_chance = 3
emote_see = list("jumps in a circle.", "shakes.")
/datum/ai_planning_subtree/random_speech/sheep
speech_chance = 5
speak = list("baaa","baaaAAAAAH!","baaah")