mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user