From 616b5bc2527cd744ac11b1bdbeaaaa2c3eea7f47 Mon Sep 17 00:00:00 2001 From: Jeff Watchson Date: Sat, 24 Feb 2024 01:26:30 +0200 Subject: [PATCH] Blue and Black satchels --- code/game/objects/items/storage/backpack.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) 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()