[MIRROR] Better sheet snatchers (#10448)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-16 23:35:16 +01:00
committed by GitHub
co-authored by SatinIsle
parent dabb6828c8
commit e14e69eec4
5 changed files with 24 additions and 2 deletions
@@ -276,7 +276,7 @@
icon_state = "sheetsnatcher"
desc = "A patented storage system designed for any kind of mineral sheet."
var/capacity = 300; //the number of sheets it can carry.
var/capacity = 500 //the number of sheets it can carry.
w_class = ITEMSIZE_NORMAL
storage_slots = 7
@@ -394,6 +394,17 @@
return ..(S,new_location)
// -----------------------------
// Sheet Snatcher (Bluespace)
// -----------------------------
/obj/item/storage/bag/sheetsnatcher/holding
name = "sheet snatcher of holding"
icon_state = "sheetsnatcher_bspace"
desc = "A patented storage system designed for any kind of mineral sheet, this one has been upgraded with bluespace technology to allow it to carry ten times as much."
capacity = 5000 //Should be far more than enough.
// -----------------------------
// Sheet Snatcher (Cyborg)
// -----------------------------
@@ -401,7 +412,7 @@
/obj/item/storage/bag/sheetsnatcher/borg
name = "sheet snatcher 9000"
desc = null
capacity = 500//Borgs get more because >specialization
capacity = 700//Borgs get more because >specialization
// -----------------------------
// Cash Bag
+1
View File
@@ -1151,6 +1151,7 @@
prob(10);/obj/item/clothing/under/hyperfiber/bluespace,
prob(20);/obj/item/implant/sizecontrol,
prob(2);/obj/item/storage/bag/ore/holding,
prob(2);/obj/item/storage/bag/sheetsnatcher/holding,
prob(2);/obj/item/storage/backpack/holding,
prob(2);/obj/item/storage/backpack/holding/duffle,
prob(2);/obj/item/storage/bag/trash/holding,