mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
6f1d6c524d
* 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>
16 lines
523 B
Plaintext
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"
|