Skip to content

Commit

Permalink
Blue and Black satchels
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Watchson committed Feb 23, 2024
1 parent 84acf3b commit 616b5bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/game/objects/items/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 616b5bc

Please sign in to comment.