Converts gorillas to basic mobs (#29783)

* Converts gorillas to basic mobs

* Accidentally pushed a config change. Whoops

* Updatepaths

* Removes unique_mob var

* New linters
This commit is contained in:
PollardTheDragon
2025-07-31 05:49:48 +00:00
committed by GitHub
parent 90ba326860
commit b4790e057e
14 changed files with 82 additions and 77 deletions
@@ -199,7 +199,7 @@ GLOBAL_LIST_INIT(wabbajack_hostile_animals, list(
"bat" = /mob/living/basic/scarybat,
"goat" = /mob/living/simple_animal/hostile/retaliate/goat,
"tomato" = /mob/living/simple_animal/hostile/killertomato,
"gorilla" = /mob/living/simple_animal/hostile/gorilla,
"gorilla" = /mob/living/basic/gorilla,
"kangaroo" = /mob/living/simple_animal/hostile/retaliate/kangaroo,
))