diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index da0f580888..b0d6df4f1e 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -322,7 +322,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/device/flashlight/flare = "flare", /obj/item/clothing/head/headset = "headset", /obj/item/clothing/accessory/patch = "uscmpatch", - /obj/item/clothing/accessory/patch/falcon = "falconspatch", + /obj/item/clothing/accessory/patch/devils = "devilspatch", /obj/item/ammo_magazine/handful = "bullet", /obj/item/prop/helmetgarb/riot_shield = "helmet_riot_shield", /obj/item/attachable/flashlight = HELMET_GARB_RELAY_ICON_STATE,