mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Recolourable flannel
Added a recolourable flannel jacket. I have managed to make the whites light enough to show any colour whilst keeping the gradiants and the blacks. It is a separate option to the other recolourable jackets, as I couldn't figure out the way to add it as a weak to the list without making the others recolourable too. I think that's just a limitation of the loadout system, as all other recolourable things seem to work the same way.
This commit is contained in:
@@ -543,6 +543,14 @@
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(flannel)
|
||||
|
||||
/datum/gear/suit/flannelrecolour
|
||||
display_name = "flannel jacket, recolourable"
|
||||
path = /obj/item/clothing/suit/storage/flannel/recolour
|
||||
|
||||
/datum/gear/suit/flannelrecolour/New()
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/suit/denim_jacket
|
||||
display_name = "denim jacket and vest selection"
|
||||
description = "Select from a small range of denim jackets and vests."
|
||||
|
||||
@@ -966,6 +966,11 @@
|
||||
icon_state = "flannel_brown"
|
||||
item_state_slots = list(slot_r_hand_str = "johnny", slot_l_hand_str = "johnny")
|
||||
|
||||
/obj/item/clothing/suit/storage/flannel/recolour
|
||||
desc = "A comfy, flannel shirt. Unleash your inner hipster."
|
||||
icon_state = "flannel_recolour"
|
||||
|
||||
|
||||
//Green Uniform
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/greengov
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 238 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 690 KiB After Width: | Height: | Size: 693 KiB |
Reference in New Issue
Block a user