mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Better sheet snatchers (#10448)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dabb6828c8
commit
e14e69eec4
@@ -14,6 +14,15 @@
|
||||
sort_string = "QAAAA"
|
||||
department = LATHE_ALL | LATHE_CARGO // CHOMPAdd
|
||||
|
||||
/datum/design/item/boh/sheet_holding
|
||||
name = "Sheet Snatcher of Holding"
|
||||
desc = "For those who really hate walking up and down the stairs more than once!"
|
||||
id = "sheet_holding"
|
||||
req_tech = list(TECH_BLUESPACE = 1, TECH_MATERIAL = 2)
|
||||
materials = list(MAT_GOLD = 300, MAT_DIAMOND = 200, MAT_URANIUM = 150) // Even less expensive because it has a more limited use
|
||||
build_path = /obj/item/storage/bag/sheetsnatcher/holding
|
||||
sort_string = "QAAAA"
|
||||
|
||||
/datum/design/item/boh/bag_holding
|
||||
name = "Bag of Holding"
|
||||
desc = "Using localized pockets of bluespace this bag prototype offers incredible storage capacity with the contents weighting nothing. It's a shame the bag itself is pretty heavy."
|
||||
|
||||
Reference in New Issue
Block a user