mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Add Datums For Falcata Boards (#21127)
The one thing I forgot. Agony. This PR adds in the missing circuit board datums for the falcata exoskeleton. This is what not having a fully functional dev environment does to a man.
This commit is contained in:
@@ -166,7 +166,6 @@
|
||||
rig_type = /obj/item/rig/light/falcata
|
||||
board_type = /obj/item/circuitboard/rig_assembly/combat/falcata
|
||||
target_board_type = /obj/item/circuitboard/rig_assembly/combat/targeting/falcata
|
||||
origin_tech = list(TECH_COMBAT = 1)
|
||||
|
||||
////////////////////////
|
||||
////ILLEGAL ASSEMBLY////
|
||||
|
||||
@@ -63,3 +63,11 @@
|
||||
name = "Cybersuit Hardsuit Control And Targeting Board"
|
||||
req_tech = list(TECH_DATA = 6, TECH_COMBAT = 3, TECH_ILLEGAL = 3)
|
||||
build_path = /obj/item/circuitboard/rig_assembly/illegal/targeting/hacker
|
||||
|
||||
/datum/design/circuit/hardsuit/falcata
|
||||
name = "Falcata Exoskeleton Central Circuit Board"
|
||||
build_path = /obj/item/circuitboard/rig_assembly/combat/falcata
|
||||
|
||||
/datum/design/circuit/hardsuit/falcata_target
|
||||
name = "Falcata Exoskeleton Control And Targeting Board"
|
||||
build_path = /obj/item/circuitboard/rig_assembly/combat/targeting/falcata
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
/datum/design/rig/falcata
|
||||
name = "Falcata Exoskeleton Control Module Assembly"
|
||||
desc = "An assembly for a security exoskeleton. Though offering no vacuum protection, the Falcata serves as a lightweight platform for bearing security hardsuit modules."
|
||||
build_path = /obj/item/rig_assembly/combat/falcata
|
||||
materials = list(
|
||||
DEFAULT_WALL_MATERIAL = 12500,
|
||||
MATERIAL_ALUMINIUM = 12500,
|
||||
|
||||
Reference in New Issue
Block a user