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:
ComicIronic
2015-03-16 22:29:48 +00:00
parent 041331de22
commit 30e97cafcb
3 changed files with 150 additions and 22 deletions

View File

@@ -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()
. = ..()