mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
fixes a lot of the outstanding problems with exofabs.
This commit is contained in:
@@ -9,26 +9,6 @@
|
||||
icon_state = "fab"
|
||||
build_number = 32
|
||||
nano_file = "podfab.tmpl"
|
||||
part_sets = list( //set names must be unique
|
||||
"Pod_Frame" = list(
|
||||
/obj/item/pod_parts/pod_frame/fore_port,
|
||||
/obj/item/pod_parts/pod_frame/fore_starboard,
|
||||
/obj/item/pod_parts/pod_frame/aft_port,
|
||||
/obj/item/pod_parts/pod_frame/aft_starboard
|
||||
),
|
||||
"Pod_Armor" = list(
|
||||
/obj/item/pod_parts/armor
|
||||
),
|
||||
"Pod_Parts" = list(
|
||||
/obj/item/pod_parts/core
|
||||
),
|
||||
"Pod_Weaponry" = list(
|
||||
/obj/item/device/spacepod_equipment/weaponry/taser
|
||||
),
|
||||
"Misc" = list(
|
||||
)
|
||||
)
|
||||
|
||||
research_flags = NANOTOUCH | HASOUTPUT | HASMAT_OVER | TAKESMATIN | ACCESS_EMAG | LOCKBOXES
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user