From 780fc2d8db1514ff44d2e409418ecb129228acd5 Mon Sep 17 00:00:00 2001 From: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:49:49 -0500 Subject: [PATCH] Adds cyborg subtype of satchels (#28513) --- code/game/objects/items/robot/robot_upgrades.dm | 2 +- code/game/objects/items/weapons/storage/bags.dm | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index 48b0e230118..7416143a6ab 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -318,7 +318,7 @@ require_module = TRUE module_type = /obj/item/robot_module/miner items_to_replace = list( - /obj/item/storage/bag/ore/cyborg = /obj/item/storage/bag/ore/holding + /obj/item/storage/bag/ore/cyborg = /obj/item/storage/bag/ore/cyborg/holding ) /obj/item/borg/upgrade/lavaproof diff --git a/code/game/objects/items/weapons/storage/bags.dm b/code/game/objects/items/weapons/storage/bags.dm index e3e5471f68e..1f0b9a976c4 100644 --- a/code/game/objects/items/weapons/storage/bags.dm +++ b/code/game/objects/items/weapons/storage/bags.dm @@ -236,9 +236,13 @@ origin_tech = "bluespace=4;materials=3;engineering=3" icon_state = "satchel_bspace" -/obj/item/storage/bag/ore/holding/cyborg +/obj/item/storage/bag/ore/cyborg/holding name = "cyborg mining satchel of holding" - flags = NODROP + desc = "A revolution in convenience, this satchel allows for infinite ore storage. It's been outfitted with anti-malfunction safety measures." + icon_state = "satchel_bspace" + storage_slots = INFINITY + max_combined_w_class = INFINITY + //////////////////////////////////////// // MARK: Plant bag