mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-20 19:57:56 +01:00
upload files
This commit is contained in:
@@ -74,3 +74,11 @@
|
||||
build_path = /obj/item/circuitboard/machine/spaceship_navigation_beacon
|
||||
category = list("Misc. Machinery")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
|
||||
|
||||
/datum/design/board/pdapainter
|
||||
name = "Machine Design (PDA painter)"
|
||||
desc = "The circuit board for a pda painter"
|
||||
id = "pdapaint"
|
||||
build_path = /obj/item/circuitboard/machine/pdapainter
|
||||
category = list("Misc. Machinery")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
/datum/design/board/aug_manipulator
|
||||
name = "Machine Design (Augment Manipulator)"
|
||||
desc = "The circuit board for a augment manipulator"
|
||||
id = "augmanip"
|
||||
build_path = /obj/item/circuitboard/machine/aug_manipulator
|
||||
category = list("Misc. Machinery")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
|
||||
@@ -1,3 +1,7 @@
|
||||
/datum/techweb_node/telecomms/New()
|
||||
. = ..()
|
||||
design_ids += "message-server"
|
||||
|
||||
/datum/techweb_node/comptech/New()
|
||||
. = ..()
|
||||
design_ids += "pdapaint"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
/datum/techweb_node/surplus_limbs/New()
|
||||
. = ..()
|
||||
design_ids += "augmanip"
|
||||
Reference in New Issue
Block a user