Adds Archaeology Component

This commit is contained in:
ExcessiveUseOfCobblestone
2017-09-08 11:01:30 -04:00
committed by CitadelStationBot
parent ce787e7726
commit 33f36fd0de
26 changed files with 146 additions and 76 deletions
@@ -222,6 +222,7 @@ Pipelines + Other Objects -> Pipe network
build_network()
/obj/machinery/atmospherics/singularity_pull(S, current_size)
..()
if(current_size >= STAGE_FIVE)
deconstruct(FALSE)
@@ -120,6 +120,7 @@
return 1
/obj/machinery/meter/singularity_pull(S, current_size)
..()
if(current_size >= STAGE_FIVE)
new /obj/item/pipe_meter(loc)
qdel(src)