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
+1 -1
View File
@@ -85,7 +85,7 @@
// turf
var/turf/turf = get_turf(src)
var/turf_is_exoplanet = istype(turf, /turf/simulated/floor/exoplanet)
var/turf_is_asteroid = istype(turf, /turf/unsimulated/floor/asteroid)
var/turf_is_asteroid = istype(turf, /turf/simulated/floor/exoplanet/asteroid)
// report vars and default vals
var/report_location = get_location()