diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 1db856ec98..1ab646307c 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -371,7 +371,6 @@ icon_state = "leechjar" item_state = "leechjar" -<<<<<<< HEAD /obj/item/clothing/neck/devilwings name = "Strange Wings" desc = "These strange wings look like they once attached to something... or someone...? Whatever the case, their presence makes you feel uneasy.." @@ -381,7 +380,7 @@ item_state = "devilwings" worn_x_dimension = 64 worn_y_dimension = 34 -======= + /obj/item/bedsheet/custom/flagcape name = "Flag Cape" desc = "A truly patriotic form of heroic attire." @@ -389,4 +388,3 @@ icon_override = 'icons/mob/custom_w.dmi' icon_state = "flagcape" item_state = "flagcape" ->>>>>>> flagcape