mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 18:16:33 +01:00
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
/obj/item/storage/backpack/satchel/donator
|
|
name = "base donator backpack"
|
|
desc = "Here for ease of use when adding donator backpacks"
|
|
icon = 'icons/obj/clothing/donatorclothing.dmi'
|
|
icon_override = 'icons/mob/clothing/donatorclothing.dmi'
|
|
|
|
/obj/item/storage/backpack/satchel/donator/carrot
|
|
name = "carrot satchel"
|
|
desc = "A satchel that is designed to look like a carrot"
|
|
icon_state = "satchel_carrot"
|
|
item_state = "satchel_carrot"
|
|
|
|
/obj/item/storage/backpack/satchel/donator/cameron
|
|
name = "brig physician's backpack"
|
|
desc = "It's a very robust backpack. This one bears a blue cross, and has been modified for use in a sterile environment."
|
|
icon_state = "cameronbackpack"
|
|
item_state = "cameronbackpack"
|
|
|
|
/obj/item/storage/backpack/satchel/donator/jacksonbackpack
|
|
name = "Granite Gear Aid Bag"
|
|
desc = "A square-like robust medical bag in an age-old multicam pattern. A zipper bisects it's top and sides, indicating it folds open to access its contents. T. Lutz is inscribed on a nametape on a molle panel affixed to the face of the bag by buckles."
|
|
icon = 'icons/donator/jackson_backpack.dmi'
|
|
icon_state = "bag"
|
|
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL
|
|
worn_bodytypes = BODYTYPE_DEFAULT
|
|
icon_override = null
|