Files
VOREStation/code/modules/salvage/bags.dm
T
Kashargul 6f1d6c524d Simple mob port [IDB IGNORE] (#18236)
* first adjustements

* few more

* construct

* next

* next set

* next

* next

* next

* next

* next

* .

* last non modular set

* make it compile

* .

* .

* change that

* synx

* teamush

* override fix

* TEAMUSH

* adds organ sell element

* adds pick color

* get rid of these chompcomments

* removes chomp comments

* Update gaslamp_vr.dm

* zipgun

* zip and synx

* fixes synx

* Update topic.dm

* move the trash verbs

* .

* .

* .

* port

* Update rakshasa_trap.dm

* Update slug.dm

---------

Co-authored-by: C.L. <killer65311@gmail.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
2025-08-22 17:24:51 -04:00

16 lines
523 B
Plaintext

/obj/item/storage/bag/salvage
name = "treasure satchel"
desc = "A satchel for storing scavenged salvage. There be tresure."
icon = 'icons/obj/mining.dmi'
slot_flags = SLOT_BELT | SLOT_POCKET
w_class = ITEMSIZE_NORMAL
storage_slots = 15
max_w_class = ITEMSIZE_NORMAL
can_hold = list(/obj/item/salvage)
/obj/item/storage/bag/salvage/bluespace
name = "bluespace treasure satchel"
desc = "A satchel to store even more scavenged salvage! There be lots of treasure."
storage_slots = 30
icon_state = "satchel_bspace"