Skip to content

Commit

Permalink
Update code/modules/client/preference_setup/loadout/items/accessories.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SleepyGemmy <[email protected]>
  • Loading branch information
CampinKiller24 and SleepyGemmy authored Sep 18, 2023
1 parent 7168c42 commit c28c1fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@
gear_tweaks += new /datum/gear_tweak/path(polo)

/datum/gear/accessory/polo_colorable
display_name = "polo selection (colorable)"
display_name = "polo shirts selection (colorable)"
description = "A selection of colorable polo shirts."
path = /obj/item/clothing/accessory/polo
description = "A selection of colorable polos."
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION

/datum/gear/accessory/polo_colorable/New()
Expand Down

0 comments on commit c28c1fa

Please sign in to comment.