From a2e7d95306fc3215e6b61271790e2573666112ae Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:41:03 +0100 Subject: [PATCH] Moves a custom item to the right file (#25325) --- code/modules/clothing/under/costumes.dm | 7 ------- code/modules/customitems/item_defines.dm | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) 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