mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Readds roundstart design lists to fabs.
Now with 100% less server crashing, and 100% more feature preservation. Phazon research should now be possible again.
This commit is contained in:
@@ -11,6 +11,26 @@
|
||||
nano_file = "podfab.tmpl"
|
||||
research_flags = NANOTOUCH | HASOUTPUT | HASMAT_OVER | TAKESMATIN | ACCESS_EMAG | LOCKBOXES
|
||||
|
||||
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(
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
/obj/machinery/r_n_d/fabricator/pod/New()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user