mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-26 22:58:05 +01:00
push
This commit is contained in:
@@ -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