Adds smith bag (#29015)

This commit is contained in:
PollardTheDragon
2025-04-20 17:07:41 -04:00
committed by GitHub
parent d9f000f000
commit 760db22912
3 changed files with 17 additions and 0 deletions
@@ -531,6 +531,22 @@
can_hold = list(/obj/item/airlock_electronics, /obj/item/firelock_electronics, /obj/item/firealarm_electronics, /obj/item/apc_electronics, /obj/item/airalarm_electronics, /obj/item/camera_assembly, /obj/item/stock_parts/cell, /obj/item/circuitboard, /obj/item/stack/cable_coil)
resistance_flags = FLAMMABLE
////////////////////////////////////////
// MARK: Smith bag
////////////////////////////////////////
/obj/item/storage/bag/smith
name = "smith's bag"
desc = "A fireproof bag for storing modifications, casts, and modification components."
icon = 'icons/obj/tools.dmi'
icon_state = "smith_bag"
item_state = "smith_bag"
storage_slots = 30
max_combined_w_class = 60
prefered_slot_flags = ITEM_SLOT_BOTH_POCKETS
w_class = WEIGHT_CLASS_TINY
can_hold = list(/obj/item/smithed_item, /obj/item/smithing_cast)
resistance_flags = FIRE_PROOF
////////////////////////////////////////
// MARK: Treasure bag
////////////////////////////////////////