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