mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Shifts the Offset of an APC on the Althland Facilities and Adds an Unbuilt APC Subtype (#30774)
* shifts the offset of an APC on the Althland facility * adds a new unbuitl APC frame and adds them to the althland facilities * linter fix
This commit is contained in:
@@ -1156,6 +1156,11 @@
|
||||
/obj/machinery/power/apc/reinforced/critical
|
||||
cell_type = 25000
|
||||
|
||||
/obj/machinery/power/apc/unbuilt
|
||||
|
||||
/obj/machinery/power/apc/unbuilt/Initialize(mapload, direction, building)
|
||||
. = ..(building = TRUE)
|
||||
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc, 24, 24)
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/syndicate, 24, 24)
|
||||
@@ -1168,6 +1173,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/worn_out, 24, 24)
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/reinforced, 24, 24)
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/reinforced/important, 24, 24)
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/reinforced/critical, 24, 24)
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/unbuilt, 24, 24)
|
||||
|
||||
|
||||
/obj/item/apc_electronics
|
||||
|
||||
Reference in New Issue
Block a user