Replaced the outside turfs with exoplanet ones for the digsite (#20066)

Replaced the outside turfs with exoplanet ones for the digsite.
Fixed some exoplanet areas not having an exoplanet base turf.
Wrote a unit test for exoplanet areas to ensure they have an exoplanet
base turf.
This commit is contained in:
Fluffy
2024-10-20 18:49:39 +00:00
committed by GitHub
parent b1c8350a83
commit 404c90f688
69 changed files with 739 additions and 640 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
iterations = 5
descriptor = "moon caves"
wall_type = /turf/simulated/mineral
floor_type = /turf/unsimulated/floor/asteroid/ash/rocky
floor_type = /turf/simulated/floor/exoplanet/asteroid/ash/rocky
target_turf_type = /turf/unsimulated/mask
var/mineral_sparse = /turf/simulated/mineral/random
var/mineral_rich = /turf/simulated/mineral/random/high_chance
@@ -157,8 +157,8 @@
/datum/random_map/automata/cave_system/chasms/surface
descriptor = "chasm surface"
wall_type = /turf/unsimulated/floor/asteroid/ash
wall_type = /turf/simulated/floor/exoplanet/asteroid/ash
floor_type = /turf/simulated/open/airless
target_turf_type = /turf/unsimulated/chasm_mask
mineral_sparse = /turf/unsimulated/floor/asteroid/ash
mineral_rich = /turf/unsimulated/floor/asteroid/ash
mineral_sparse = /turf/simulated/floor/exoplanet/asteroid/ash
mineral_rich = /turf/simulated/floor/exoplanet/asteroid/ash
+1 -1
View File
@@ -28,4 +28,4 @@
if(0 to 4)
return /turf/simulated/lava
else
return /turf/unsimulated/floor/asteroid/basalt
return /turf/simulated/floor/exoplanet/asteroid/basalt