diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index 3daaf0228e..6263076e62 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -334,6 +334,16 @@ storage_slots = null max_storage_space = 15 +/obj/item/storage/backpack/satchel/blue + name = "leather satchel" + desc = "A very fancy satchel made of fine leather. Looks pretty pricey. This one is blue." + icon_state = "satchel-blue" + +/obj/item/storage/backpack/satchel/black + name = "leather satchel" + desc = "A very fancy satchel made of fine leather. Looks pretty pricey. This one is black." + icon_state = "satchel-black" + /obj/item/storage/backpack/satchel/withwallet /obj/item/storage/backpack/satchel/withwallet/fill_preset_inventory()