Duffle/standard storage/weight alternatives for taur backpacks (#6746)

This commit is contained in:
BlackMajor
2023-08-08 00:48:05 +12:00
committed by GitHub
parent e3cd20ad18
commit 8c9bb95c17
4 changed files with 42 additions and 3 deletions

View File

@@ -142,4 +142,22 @@
display_name = "Synthesizer"
description = "Not a portable keyboard"
path = /obj/item/instrument/piano_synth
cost = 3
cost = 3
/datum/gear/utility/saddlebag_common/lightweight
display_name = "saddle bag, common (Light)"
path = /obj/item/weapon/storage/backpack/saddlebag_common/lightweight
slot = slot_back
cost = 2
/datum/gear/utility/saddlebag_common/robust/lightweight
display_name = "saddle bag, robust (Light)"
path = /obj/item/weapon/storage/backpack/saddlebag_common/robust/lightweight
slot = slot_back
cost = 2
/datum/gear/utility/saddlebag_common/vest/heavy
display_name = "taur duty vest (backpack) (Heavy)"
path = /obj/item/weapon/storage/backpack/saddlebag_common/vest/heavy
slot = slot_back
cost = 1