Saddlebag adjustments (#10874)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-05-16 13:31:22 -04:00
committed by GitHub
parent bf6e0642e4
commit 660b1c2fdd
2 changed files with 5 additions and 5 deletions

View File

@@ -148,16 +148,16 @@
display_name = "saddle bag, common (Light)"
path = /obj/item/storage/backpack/saddlebag_common/lightweight
slot = slot_back
cost = 2
cost = 1 //These are just retextured backpacks.
/datum/gear/utility/saddlebag_common/robust/lightweight
display_name = "saddle bag, robust (Light)"
path = /obj/item/storage/backpack/saddlebag_common/robust/lightweight
slot = slot_back
cost = 2
cost = 1 //These are just retextured backpacks.
/datum/gear/utility/saddlebag_common/vest/heavy
display_name = "taur duty vest (backpack) (Heavy)"
path = /obj/item/storage/backpack/saddlebag_common/vest/heavy
slot = slot_back
cost = 1
cost = 2 //Dufflebag

View File

@@ -1,8 +1,8 @@
/obj/item/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...
max_storage_space = INVENTORY_STANDARD_SPACE
slowdown = 0
/obj/item/storage/backpack/saddlebag_common/robust/lightweight
name = "Lightweight Saddlebags"