Fixes some items not being craftable

This commit is contained in:
IK3I
2016-05-17 01:37:08 -05:00
parent 7f3af0a1ca
commit c7eb997a5a
2 changed files with 5 additions and 4 deletions
@@ -188,7 +188,7 @@
build_type = PODFAB
materials = list(MAT_METAL=20000, MAT_GLASS=2000)
build_path = /obj/item/device/spacepod_equipment/cargo/ore
category = list("Cargo Systems")
category = list("Pod_Cargo")
/datum/design/pod_cargo_crate
construction_time = 100
@@ -199,7 +199,7 @@
build_type = PODFAB
materials = list(MAT_METAL=25000)
build_path = /obj/item/device/spacepod_equipment/cargo/crate
category = list("Cargo Systems")
category = list("Pod_Cargo")
//////////////////////////////////////////
//////SPACEPOD SEC CARGO ITEMS////////////
@@ -214,7 +214,7 @@
build_type = PODFAB
materials = list(MAT_METAL=7500, MAT_GLASS=2500)
build_path = /obj/item/device/spacepod_equipment/sec_cargo/chair
category = list("Secondary Cargo Systems")
category = list("Pod_Cargo")
/datum/design/loot_box
construction_time = 100
@@ -225,7 +225,7 @@
build_type = PODFAB
materials = list(MAT_METAL=7500, MAT_GLASS=2500)
build_path = /obj/item/device/spacepod_equipment/sec_cargo/loot_box
category = list("Secondary Cargo Systems")
category = list("Pod_Cargo")
//////////////////////////////////////////
//////SPACEPOD LOCK ITEMS////////////////
+1
View File
@@ -35,6 +35,7 @@
var/list/part_sets = list(
"Pod_Weaponry",
"Pod_Armor",
"Pod_Cargo",
"Pod_Parts",
"Pod_Frame",
"Misc",