diff --git a/code/modules/clothing/under/costumes.dm b/code/modules/clothing/under/costumes.dm index 775802ef24d..d24d0545a05 100644 --- a/code/modules/clothing/under/costumes.dm +++ b/code/modules/clothing/under/costumes.dm @@ -15,13 +15,6 @@ item_state = "captain_fly" item_color = "captain_fly" -/obj/item/clothing/under/costume/rebeloutfit - name = "rebel outfit" - desc = "Made in Seattle, 2216." - icon_state = "colin_earle" - item_state = "colin_earle" - item_color = "colin_earle" - /obj/item/clothing/under/costume/patriotsuit name = "Patriotic Suit" desc = "Motorcycle not included." diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index aaee4575f7a..e1337ed148e 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1832,5 +1832,13 @@ desc = "Make your ID look like the property of a nerd. Applies to any ID." decal_icon_state = "lifetimeid" +// TheFlagbearer: Colin Earle +/obj/item/clothing/under/costume/rebeloutfit + name = "rebel outfit" + desc = "Made in Seattle, 2216." + icon_state = "colin_earle" + item_state = "colin_earle" + item_color = "colin_earle" + #undef USED_MOD_HELM #undef USED_MOD_SUIT