diff --git a/code/modules/clothing/suits/marine_armor/smartgunner.dm b/code/modules/clothing/suits/marine_armor/smartgunner.dm index b2065029d8..51e84bfd72 100644 --- a/code/modules/clothing/suits/marine_armor/smartgunner.dm +++ b/code/modules/clothing/suits/marine_armor/smartgunner.dm @@ -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() . = ..()