Minor update

Forgot to indicate one outfit was recolorable.
Also adds one I forgot to include, the recolorable swoop dress.
This commit is contained in:
AmatsuDF
2023-08-22 10:01:39 -04:00
parent d0bdc4cb0a
commit 1c4efa3816
4 changed files with 16 additions and 1 deletions
@@ -230,5 +230,14 @@ Talon jumpsuit
path = /obj/item/clothing/under/dress/cbridesmaid
/datum/gear/uniform/cbridesmaid/New()
..()
gear_tweaks += gear_tweak_free_color_choice
// recolorable orange swoop dress
/datum/gear/uniform/cswoopdress
display_name = "swoop dress, recolorable"
path = /obj/item/clothing/under/dress/cswoopdress
/datum/gear/uniform/cswoopdress/New()
..()
gear_tweaks += gear_tweak_free_color_choice