Skip to content

Commit

Permalink
Moves a custom item to the right file (ParadiseSS13#25325)
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 authored Apr 30, 2024
1 parent 6ea2f09 commit a2e7d95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/modules/clothing/under/costumes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
8 changes: 8 additions & 0 deletions code/modules/customitems/item_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2e7d95

Please sign in to comment.