From ad41fa9de8fdcb2f557b664c25044e5c035c4050 Mon Sep 17 00:00:00 2001 From: alberyk Date: Fri, 4 Feb 2022 14:23:14 -0300 Subject: [PATCH] Fixes compile and updates to master --- code/modules/maps/planet_types/barren.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/maps/planet_types/barren.dm b/code/modules/maps/planet_types/barren.dm index f9de185877a..93e721b80be 100644 --- a/code/modules/maps/planet_types/barren.dm +++ b/code/modules/maps/planet_types/barren.dm @@ -70,7 +70,7 @@ 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/carp/bloater, /mob/living/simple_animal/hostile/carp/shark/reaver, + 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