Adds N2 Canisters to the Delta Supermatter (#55205)

* Does the Thing

* Removes delta rad collector subtype

Co-authored-by: Coffee <crashkray@gmail.coom>
This commit is contained in:
Coffee
2020-11-28 15:16:14 -05:00
committed by GitHub
parent 8161febbf3
commit 053de0e224
2 changed files with 9 additions and 11 deletions
@@ -10335,7 +10335,7 @@
/turf/open/floor/engine,
/area/engine/supermatter)
"axx" = (
/obj/machinery/power/rad_collector/anchored/delta,
/obj/machinery/power/rad_collector/anchored,
/obj/structure/window/plasma/reinforced{
dir = 4
},
@@ -10361,7 +10361,7 @@
/turf/open/floor/engine,
/area/engine/supermatter)
"axB" = (
/obj/machinery/power/rad_collector/anchored/delta,
/obj/machinery/power/rad_collector/anchored,
/obj/structure/window/plasma/reinforced{
dir = 8
},
@@ -11591,7 +11591,7 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"azT" = (
/obj/machinery/power/rad_collector/anchored/delta,
/obj/machinery/power/rad_collector/anchored,
/obj/structure/window/plasma/reinforced{
dir = 4
},
@@ -11602,7 +11602,7 @@
/turf/open/floor/circuit/green,
/area/engine/supermatter)
"azU" = (
/obj/machinery/power/rad_collector/anchored/delta,
/obj/machinery/power/rad_collector/anchored,
/obj/structure/window/plasma/reinforced{
dir = 8
},
@@ -12754,12 +12754,14 @@
},
/obj/effect/turf_decal/bot,
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/canister/nitrogen,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aCp" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/bot,
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/canister/nitrogen,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aCr" = (
@@ -59566,7 +59568,7 @@
/turf/open/floor/plating,
/area/engine/engineering)
"cje" = (
/obj/machinery/power/rad_collector/anchored/delta,
/obj/machinery/power/rad_collector/anchored,
/obj/structure/cable,
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -68148,7 +68150,7 @@
/turf/open/space,
/area/space/nearstation)
"cAK" = (
/obj/machinery/power/rad_collector/anchored/delta,
/obj/machinery/power/rad_collector/anchored,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
/obj/effect/turf_decal/stripes/line{
+1 -5
View File
@@ -11,7 +11,7 @@
icon_state = "ca"
anchored = FALSE
density = TRUE
req_access = list(ACCESS_ENGINE_EQUIP)
req_access = list(ACCESS_ENGINE_EQUIP, ACCESS_ATMOSPHERICS)
max_integrity = 350
integrity_failure = 0.2
circuit = /obj/item/circuitboard/machine/rad_collector
@@ -27,10 +27,6 @@
. = ..()
set_anchored(TRUE)
/obj/machinery/power/rad_collector/anchored/delta //Deltastation's engine is shared by engineers and atmos techs
desc = "A device which uses Hawking Radiation and plasma to produce power. This model allows access by Atmospheric Technicians."
req_access = list(ACCESS_ENGINE_EQUIP, ACCESS_ATMOSPHERICS)
/obj/machinery/power/rad_collector/Destroy()
return ..()