mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
The CI should now load balance the exoplanets to test across 3 pods (#18608)
* sdfas * sd f * sfda * hbjjhb
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
place_near_main = list(1, 1)
|
||||
|
||||
unit_test_groups = list(2)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/update_icon()
|
||||
icon_state = "asteroid[rand(1,3)]"
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
water_color = null
|
||||
ruin_planet_type = PLANET_BARREN
|
||||
ruin_allowed_tags = RUIN_AIRLESS|RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
unit_test_groups = list(1)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren/generate_habitability()
|
||||
return HABITABILITY_BAD
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
ruin_planet_type = PLANET_CRYSTAL
|
||||
ruin_allowed_tags = RUIN_AIRLESS|RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
unit_test_groups = list(3)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/crystal/generate_habitability()
|
||||
return HABITABILITY_BAD
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
ruin_planet_type = PLANET_DESERT
|
||||
ruin_allowed_tags = RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
unit_test_groups = list(1)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/desert/generate_map()
|
||||
lightlevel = rand(5,10)/10 //deserts are usually :lit:
|
||||
..()
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
ruin_planet_type = PLANET_GRASS
|
||||
ruin_allowed_tags = RUIN_LOWPOP|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
unit_test_groups = list(2)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/grass/generate_map()
|
||||
if(prob(40))
|
||||
lightlevel = rand(1,7)/10 //give a chance of twilight jungle
|
||||
|
||||
@@ -13,5 +13,7 @@
|
||||
ruin_planet_type = PLANET_GROVE
|
||||
ruin_allowed_tags = RUIN_LOWPOP|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
unit_test_groups = list(3)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/grass/grove/get_surface_color()
|
||||
return "#5C7F34"
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
ruin_planet_type = PLANET_LAVA
|
||||
ruin_allowed_tags = RUIN_AIRLESS|RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
unit_test_groups = list(1)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/lava/generate_habitability()
|
||||
return HABITABILITY_BAD
|
||||
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
ruin_planet_type = PLANET_SNOW
|
||||
ruin_allowed_tags = RUIN_LOWPOP|RUIN_MINING|RUIN_SCIENCE|RUIN_HOSTILE|RUIN_WRECK|RUIN_NATURAL
|
||||
|
||||
unit_test_groups = list(2)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/snow/generate_atmosphere()
|
||||
..()
|
||||
if(atmosphere)
|
||||
|
||||
Reference in New Issue
Block a user