mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user