mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 23:21:32 +00:00
hmmm
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user