From 44cab6caa5c1a2caa55e68b70c1e9aab2f523d31 Mon Sep 17 00:00:00 2001 From: alberyk Date: Fri, 4 Feb 2022 13:02:25 -0300 Subject: [PATCH] No dweller --- code/modules/maps/planet_types/barren.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/maps/planet_types/barren.dm b/code/modules/maps/planet_types/barren.dm index d8119d2a21c..f9de185877a 100644 --- a/code/modules/maps/planet_types/barren.dm +++ b/code/modules/maps/planet_types/barren.dm @@ -70,8 +70,8 @@ smoothing_iterations = 4 land_type = /turf/unsimulated/floor/asteroid/ash fauna_prob = 1 - fauna_types = list(/mob/living/simple_animal/hostile/carp/asteroid, /mob/living/simple_animal/hostile/retaliate/cavern_dweller, /mob/living/simple_animal/hostile/carp/bloater, - /mob/living/simple_animal/hostile/carp/shark/reaver, /mob/living/simple_animal/hostile/carp/shark/reaver/eel, /mob/living/simple_animal/hostile/gnat) + fauna_types = list(/mob/living/simple_animal/hostile/carp/asteroid /mob/living/simple_animal/hostile/carp/bloater, /mob/living/simple_animal/hostile/carp/shark/reaver, + /mob/living/simple_animal/hostile/carp/shark/reaver/eel, /mob/living/simple_animal/hostile/gnat) /area/exoplanet/barren/asteroid name = "\improper Asteroi surface"