mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Adds smith bag (#29015)
This commit is contained in:
@@ -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
|
||||
////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user