Adds smith bag (#29015)

This commit is contained in:
PollardTheDragon
2025-04-20 21:07:41 +00:00
committed by GitHub
parent d9f000f000
commit 760db22912
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -367,6 +367,7 @@
/obj/item/smithing_cast/component/lens_focus = 3,
/obj/item/smithing_cast/component/lens_frame = 3,
/obj/item/smithing_cast/component/trim = 3,
/obj/item/storage/bag/smith = 2,
/obj/item/storage/box/crewvend = 1)
refill_canister = /obj/item/vending_refill/smith
@@ -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
////////////////////////////////////////
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 24 KiB