mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +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."
|
||||
|
||||
Reference in New Issue
Block a user