mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +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:
@@ -408,7 +408,7 @@ var/global/movement_disabled_exception //This is the client that calls the proc,
|
||||
|
||||
for(var/obj/machinery/door/airlock/A in world)
|
||||
var/turf/T = get_turf(A)
|
||||
if(istype(T, /turf/space) || istype(T, /turf/unsimulated/floor/asteroid) || isopenturf(T) || T.density)
|
||||
if(istype(T, /turf/space) || istype(T, /turf/simulated/floor/exoplanet/asteroid) || isopenturf(T) || T.density)
|
||||
to_chat(usr, "Airlock [A] with bad turf at ([A.x],[A.y],[A.z]) in [T.loc].")
|
||||
|
||||
/client/proc/get_bad_fdoors()
|
||||
|
||||
Reference in New Issue
Block a user