mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #10782 from VOREStation/Arokha/trashholding
Port Eris Trashbag of Holding
This commit is contained in:
committed by
Chompstation Bot
parent
654ef75433
commit
ce2cbc8ae2
@@ -20,4 +20,13 @@
|
||||
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
|
||||
materials = list("gold" = 3000, "diamond" = 1500, "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"
|
||||
Reference in New Issue
Block a user