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
+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 ..()