mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Adds cyborg subtype of satchels (#28513)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user