mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user