mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Duffle/standard storage/weight alternatives for taur backpacks (#6746)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/obj/item/weapon/storage/backpack/saddlebag_common/lightweight
|
||||
name = "Taur Saddlebags (Light)"
|
||||
desc = "A saddle that holds items. Lighter than its heavier cousin, as the cost of storage space."
|
||||
max_storage_space = INVENTORY_DUFFLEBAG_SPACE //Saddlebags can hold more, like dufflebags
|
||||
slowdown = 0 //And are slower, too...
|
||||
|
||||
/obj/item/weapon/storage/backpack/saddlebag_common/robust/lightweight
|
||||
name = "Lightweight Saddlebags"
|
||||
desc = "A saddle that holds items. Lighter than it's robust cousin, at the cost of storage space.."
|
||||
max_storage_space = INVENTORY_STANDARD_SPACE
|
||||
slowdown = 0
|
||||
|
||||
/obj/item/weapon/storage/backpack/saddlebag_common/vest/heavy
|
||||
name = "Taur Duty Vest (Heavy)"
|
||||
desc = "An armored vest with the armor modules replaced with various handy compartments with decent storage capacity. Useless for protection though. Holds more than its lighter cousin.."
|
||||
max_storage_space = INVENTORY_DUFFLEBAG_SPACE
|
||||
slowdown = 0.5
|
||||
Reference in New Issue
Block a user