mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user