Skip to content

Commit

Permalink
remove satchel and IMP from synth (#12812)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xander3359 authored May 7, 2023
1 parent dda014a commit 19c7164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/__DEFINES/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,6 @@ GLOBAL_LIST_INIT(synthetic_clothes_listed_products, list(
/obj/item/clothing/suit/suspenders = list(CAT_SMR, "Suspenders", 0, "synth-cosmetic"),
/obj/item/clothing/suit/apron = list(CAT_SMR, "Apron", 0, "synth-cosmetic"),
/obj/item/clothing/suit/apron/overalls = list(CAT_SMR, "Overalls", 0, "synth-cosmetic"),
/obj/item/storage/backpack/marine/satchel = list(CAT_BAK, "Satchel", 0, "black"),
/obj/item/storage/backpack/marine = list(CAT_BAK, "Lightweight IMP backpack", 0, "black"),
/obj/item/storage/backpack/industrial = list(CAT_BAK, "Industrial backpack", 0, "black"),
/obj/item/storage/backpack/marine/corpsman = list(CAT_BAK, "TGMC corpsman backpack", 0, "black"),
/obj/item/storage/backpack/marine/tech = list(CAT_BAK, "TGMC technician backpack", 0, "black"),
Expand Down

0 comments on commit 19c7164

Please sign in to comment.