satchel of holding added

This commit is contained in:
Test Turtle
2021-03-06 17:34:10 -08:00
parent 875c71f157
commit 5ff44857e0
3 changed files with 19 additions and 1 deletions

View File

@@ -48,3 +48,13 @@
materials = list(DEFAULT_WALL_MATERIAL = 1000,"glass" = 1000)
build_path = /obj/item/device/depth_scanner
sort_string = "FBAAA"
// CHOMPstation addition
/datum/design/item/weapon/mining/satchel_holding
name = "Satchel of Holding"
desc = "An ore satchel that opens into a localized pocket of bluespace."
id = "satchel_bspace"
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
materials = list("gold" = 2500, "diamond" = 1000, "uranium" = 250)
build_path = /obj/item/weapon/storage/bag/ore/holding
sort_string = "FBAAB"
// CHOMPstation addition end