mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Horizon Shuttle Enhancements: Multiple Areas + Power + Layout Changes (#13691)
This commit is contained in:
@@ -86,6 +86,14 @@
|
||||
cell_type = /obj/item/cell
|
||||
req_access = list(access_captain)
|
||||
|
||||
/obj/machinery/power/apc/intrepid
|
||||
cell_type = /obj/item/cell/high
|
||||
req_one_access = list(access_intrepid,access_engine_equip)
|
||||
|
||||
/obj/machinery/power/apc/mining_pod
|
||||
cell_type = /obj/item/cell/high
|
||||
req_one_access = list(access_mining,access_engine_equip)
|
||||
|
||||
// Construction site APC, starts turned off
|
||||
/obj/machinery/power/apc/high/inactive
|
||||
cell_type = /obj/item/cell/high
|
||||
|
||||
@@ -70,6 +70,17 @@
|
||||
output_level = 500000
|
||||
charge =1.5e+7
|
||||
|
||||
// The Horizon's shuttles want something with decent capacity to sustain themselves and enough transmission to meet their energy needs.
|
||||
/obj/machinery/power/smes/buildable/horizon_shuttle/Initialize()
|
||||
. = ..()
|
||||
component_parts += new /obj/item/smes_coil/super_io(src)
|
||||
component_parts += new /obj/item/smes_coil/super_capacity(src)
|
||||
input_attempt = TRUE
|
||||
output_attempt = TRUE
|
||||
input_level = 1300000
|
||||
output_level = 1300000
|
||||
charge = 5.55e+007
|
||||
|
||||
// END SMES SUBTYPES
|
||||
|
||||
// SMES itself
|
||||
|
||||
Reference in New Issue
Block a user