mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 20:28:14 +01:00
push
This commit is contained in:
@@ -27,3 +27,12 @@
|
||||
tools = list(TOOL_WELDER)
|
||||
subcategory = CAT_MISCELLANEOUS
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/case_cosmos
|
||||
name = "Cosmos Compartment Case"
|
||||
reqs = list(/obj/item/storage/backpack/case = 1,
|
||||
/obj/item/bedsheet/cosmos = 1)
|
||||
result = /obj/item/storage/backpack/case/cosmos
|
||||
tools = list(TOOL_SCREWDRIVER)
|
||||
subcategory = CAT_MISCELLANEOUS
|
||||
category = CAT_MISC
|
||||
|
||||
@@ -37,3 +37,19 @@
|
||||
materials = list(/datum/material/iron = 2500)
|
||||
build_path = /obj/item/storage/backpack/case/engineering
|
||||
category = list("initial","Tools")
|
||||
|
||||
/datum/design/infiltrator_case_mining
|
||||
name = "Mining Compartment Case"
|
||||
id = "infiltrator_case_mining"
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
materials = list(/datum/material/iron = 2500)
|
||||
build_path = /obj/item/storage/backpack/case/mining
|
||||
category = list("initial","Tools")
|
||||
|
||||
/datum/design/infiltrator_case_science
|
||||
name = "Science Compartment Case"
|
||||
id = "infiltrator_case_science"
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
materials = list(/datum/material/iron = 2500)
|
||||
build_path = /obj/item/storage/backpack/case/science
|
||||
category = list("initial","Tools")
|
||||
|
||||
Reference in New Issue
Block a user