Skip to content

Commit

Permalink
Harness Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 16, 2024
1 parent 156e5ef commit 4bac4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/marine_armor/smartgunner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
var/list/smartgun_back = list(
/obj/item/storage/large_holster/machete,
)
valid_accessory_slots = list(ACCESSORY_SLOT_MEDAL, ACCESSORY_SLOT_SGPAINT, ACCESSORY_SLOT_UTILITY, ACCESSORY_SLOT_PONCHO)
valid_accessory_slots = list(ACCESSORY_SLOT_MEDAL, ACCESSORY_SLOT_SGPAINT, ACCESSORY_SLOT_PONCHO)

/obj/item/clothing/suit/storage/marine/smartgunner/Initialize()
. = ..()
Expand Down

0 comments on commit 4bac4ca

Please sign in to comment.