Converts a whole lot of friendly mobs to basic mob AI (#29815)

* Butterflies, Cockroaches, Slothes, Snakes, Penguins, and Bunny Basic Mobs

* Lizards too

* Oops

* Lizard emote keybind

* Updatepaths

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Moved lizard emote to basic_emotes.dm, simplified hide action

* New linters

* Merge conflict resolution

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-08-06 01:17:13 +00:00
committed by GitHub
co-authored by Luc
parent 265003e919
commit 3b0a9c4381
48 changed files with 513 additions and 359 deletions
@@ -57,7 +57,7 @@
/mob/living/simple_animal/pet/cat,
/mob/living/simple_animal/pet/dog/pug,
/mob/living/simple_animal/pet/dog/fox,
/mob/living/simple_animal/bunny)
/mob/living/basic/bunny)
/obj/structure/closet/critter/corgi
name = "corgi crate"
@@ -108,7 +108,7 @@
/obj/structure/closet/critter/butterfly
name = "butterfly crate"
content_mob = /mob/living/simple_animal/butterfly
content_mob = /mob/living/basic/butterfly
/obj/structure/closet/critter/nian_caterpillar
name = "nian caterpillar crate"
@@ -120,7 +120,7 @@
/obj/structure/closet/critter/bunny
name = "bunny crate"
content_mob = /mob/living/simple_animal/bunny
content_mob = /mob/living/basic/bunny
/obj/structure/closet/critter/gorilla
name = "gorilla crate"