mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Duffle/standard storage/weight alternatives for taur backpacks (#6746)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user