Add pouches!

This commit is contained in:
Chompstation Bot
2021-07-06 01:00:11 +00:00
parent 0f1745dd3f
commit b99adcaca4
11 changed files with 264 additions and 8 deletions

View File

@@ -38,4 +38,14 @@
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"
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"