mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
@@ -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,
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user