Skip to content

Commit

Permalink
Update backpack.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Joffer authored Oct 13, 2023
1 parent a04d8d3 commit 734c543
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/items/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,12 @@ GLOBAL_LIST_EMPTY_TYPED(radio_packs, /obj/item/storage/backpack/marine/satchel/r
icon_state = "ERT_satchel"
worn_accessible = TRUE

/obj/item/storage/backpack/lightpack
name = "USCM Tactical Satchel"
desc = "A sleek lightweight bag made for carrying what you need while remaing stylish."
icon_state = "tacsatch"
worn_accessible = TRUE

/obj/item/storage/backpack/lightpack/five_slot
max_storage_space = 15

Expand Down

0 comments on commit 734c543

Please sign in to comment.