mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Merge branch 'master' into Arokha/matdefs
This commit is contained in:
@@ -29,4 +29,23 @@
|
||||
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
|
||||
materials = list(MAT_GOLD = 3000, MAT_DIAMOND = 1500, MAT_URANIUM = 250)
|
||||
build_path = /obj/item/weapon/storage/backpack/holding/duffle
|
||||
sort_string = "QAAAB"
|
||||
sort_string = "QAAAB"
|
||||
|
||||
/datum/design/item/boh/bag_holding
|
||||
name = "Trashbag of Holding"
|
||||
desc = "Considerably more utilitarian than the Bag of Holding, the Trashbag of Holding is a janitor's best friend."
|
||||
id = "trashbag_holding"
|
||||
req_tech = list(TECH_BLUESPACE = 3, TECH_MATERIAL = 5)
|
||||
materials = list("gold" = 2000, "diamond" = 1000, "uranium" = 250)
|
||||
build_path = /obj/item/weapon/storage/bag/trash/holding
|
||||
sort_string = "QAAAC"
|
||||
|
||||
/datum/design/item/boh/pouch_holding
|
||||
name = "Pouch of Holding"
|
||||
desc = "Somehow compresses the storage of a backpack into a pouch-sized container!"
|
||||
id = "pouch_holding"
|
||||
req_tech = list(TECH_BLUESPACE = 3, TECH_MATERIAL = 5)
|
||||
materials = list("gold" = 3000, "diamond" = 2000, "uranium" = 250)
|
||||
build_path = /obj/item/weapon/storage/pouch/holding
|
||||
sort_string = "QAAAD"
|
||||
|
||||
Reference in New Issue
Block a user