This commit is contained in:
AnalWerewolf
2019-06-20 02:10:30 +10:00
parent a365956953
commit d335db6afb
4 changed files with 2 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
/obj/structure/lattice/initialize()
. = ..()
if(!(istype(src.loc, /turf/space) || istype(src.loc, /turf/simulated/open) || istype(src.loc, /turf/simulated/mineral)))
if(!(istype(src.loc, /turf/space) || istype(src.loc, /turf/simulated/open) || istype(src.loc, /turf/simulated/mineral) || istype(src.loc, /turf/simulated/icerock)))
return INITIALIZE_HINT_QDEL
for(var/obj/structure/lattice/LAT in src.loc)

View File

@@ -322,7 +322,6 @@ var/list/mining_overlay_cache = list()
to_chat(user, "<span class='warning'>The plating is going to need some support.</span>")
return
else
if (istype(W, /obj/item/device/core_sampler))
geologic_data.UpdateNearbyArtifactInfo(src)

View File

@@ -320,7 +320,6 @@
to_chat(user, "<span class='warning'>The plating is going to need some support.</span>")
return
else
if (istype(W, /obj/item/device/core_sampler))
geologic_data.UpdateNearbyArtifactInfo(src)

View File

@@ -1,4 +1,4 @@
"a" = (/turf/simulated/mineral/icerock,/area/rift/surfacebase/outside/under1)
"a" = (/turf/simulated/icerock,/area/rift/surfacebase/outside/under1)
"b" = (/turf/simulated/floor/plating,/area/rift/surfacebase/outside/under1)
"c" = (/obj/effect/landmark/start,/turf/simulated/floor/plating,/area/rift/surfacebase/outside/under1)
"d" = (/obj/item/weapon/pickaxe,/turf/simulated/floor/plating,/area/rift/surfacebase/outside/under1)