Add PoH to R&D

This commit is contained in:
Aronai Sieyes
2021-07-05 19:46:09 -04:00
parent 038472c5e6
commit a19176e2c5
@@ -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"