mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Better sheet snatchers (#17287)
* Better sheet snatchers Added a new bluespace sheet snatcher of holding that can be created by science (cheaper and easier than other "of holding" items). This allows it to carry up to 5000 sheets. Changed the normal sheet snatcher to hold 500 (previously 300), and the borg version to hold 700 (previously 500). * Mistakes * Added to mining vendor * Update equipment_vendor.dm * Removes ;
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
EQUIPMENT("Mini-Translocator", /obj/item/perfect_tele/one_beacon, 1200),
|
||||
EQUIPMENT("Survival Equipment - Insulated Poncho", /obj/random/thermalponcho, 750),
|
||||
EQUIPMENT("Mining Satchel of Holding", /obj/item/storage/bag/ore/holding, 1500),
|
||||
EQUIPMENT("Sheet Snatcher of Holding", /obj/item/storage/bag/sheetsnatcher/holding, 1000),
|
||||
EQUIPMENT("Advanced Ore Scanner", /obj/item/mining_scanner/advanced, 500),
|
||||
)
|
||||
prize_list["Consumables"] = list(
|
||||
|
||||
Reference in New Issue
Block a user