Adds a colorable cyberpunk jacket

Sprites by Rick#4242#0172 on Discord.
Code by me.

https://imgur.com/dSDud83
This commit is contained in:
C.L
2022-10-04 11:12:10 -04:00
parent 4215e8f6e1
commit b0a6a2c2f8
4 changed files with 15 additions and 0 deletions
@@ -143,3 +143,11 @@ Talon winter coat
hoodies[initial(hoodie.name)] = hoodie
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(hoodies))
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/suit/cyberpunk_recolorable
display_name = "cyberpunk jacket (recolorable)"
path = /obj/item/clothing/suit/cyberpunk/recolorable
cost = 2 //It's got armor, yo.
/datum/gear/suit/cyberpunk_recolorable/New()
gear_tweaks += gear_tweak_free_color_choice