diff --git a/maps/tether/submaps/aerostat/_aerostat.dm b/maps/tether/submaps/aerostat/_aerostat.dm index 6bc3ea6f3e..0200052956 100644 --- a/maps/tether/submaps/aerostat/_aerostat.dm +++ b/maps/tether/submaps/aerostat/_aerostat.dm @@ -61,7 +61,7 @@ faction = "aerostat_inside" atmos_comp = TRUE prob_spawn = 100 - prob_fall = 10 + prob_fall = 50 guard = 20 mobs_to_pick_from = list( /mob/living/simple_animal/hostile/hivebot/range = 3, @@ -75,7 +75,7 @@ faction = "aerostat_surface" atmos_comp = TRUE prob_spawn = 100 - prob_fall = 10 + prob_fall = 50 guard = 20 mobs_to_pick_from = list( /mob/living/simple_animal/hostile/jelly = 3,