Converts Feral Cats, Killer Tomatos, and Non-Demon Creatures to Basic Mobs (#29785)

* Converts Feral Cats, Killer Tomatos, and Non-Demon Creatures to Basic Mobs

* Updatepaths

* Adds ventcrawling target finding behavior.

* returnPipenet()

* Apply suggestions from code review

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* New Linters

* Fixed DME

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-07-31 06:00:51 +00:00
committed by GitHub
co-authored by Contrabang
parent b4790e057e
commit 97d72d6e22
19 changed files with 158 additions and 68 deletions
@@ -0,0 +1,3 @@
/mob/living/simple_animal/hostile/feral_cat/@SUBTYPES : /mob/living/basic/feral_cat/@SUBTYPES{@OLD}
/mob/living/simple_animal/hostile/creature/@SUBTYPES : /mob/living/basic/creature/@SUBTYPES{@OLD}
/mob/living/simple_animal/hostile/killertomato/@SUBTYPES : /mob/living/basic/killertomato/@SUBTYPES{@OLD}