mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
bunch of fixes
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
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)
|
||||
materials = list(MAT_GOLD = 2000, MAT_DIAMOND = 1000, MAT_URANIUM = 250)
|
||||
build_path = /obj/item/storage/bag/trash/holding
|
||||
sort_string = "QAAAC"
|
||||
|
||||
@@ -45,17 +45,17 @@
|
||||
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)
|
||||
materials = list(MAT_GOLD = 3000, MAT_DIAMOND = 2000, MAT_URANIUM = 250)
|
||||
build_path = /obj/item/storage/pouch/holding
|
||||
sort_string = "QAAAD"
|
||||
|
||||
|
||||
|
||||
/datum/design/item/boh/belt_holding_med
|
||||
name = "Medical Belt of Holding"
|
||||
desc = "A belt that uses localized bluespace pockets to hold more items than expected!"
|
||||
id = "belt_holding_med"
|
||||
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
|
||||
materials = list("gold" = 3000, "diamond" = 2000, "titanium" = 500)
|
||||
materials = list(MAT_GOLD = 3000, MAT_DIAMOND = 2000, MAT_TITANIUM = 500)
|
||||
build_path = /obj/item/storage/belt/medical/holding
|
||||
sort_string = "QAAAE"
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
desc = "A belt that uses localized bluespace pockets to hold more items than expected!"
|
||||
id = "belt_holding_utility"
|
||||
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
|
||||
materials = list("gold" = 3000, "diamond" = 2000, "titanium" = 500)
|
||||
materials = list(MAT_GOLD = 3000, MAT_DIAMOND = 2000, MAT_TITANIUM = 500)
|
||||
build_path = /obj/item/storage/belt/utility/holding
|
||||
sort_string = "QAAAF"
|
||||
|
||||
Reference in New Issue
Block a user