Add a Couple Nevrean Tails, Remove Duplicate

Adds a couple dual-colour Nevrean tails.

Also WTF is up with the extremely colourful monkey tail
This commit is contained in:
KasparoVy
2020-06-19 02:41:40 -04:00
parent b4014a79c9
commit 44dbef245c
4 changed files with 25 additions and 8 deletions

View File

@@ -737,13 +737,6 @@
desc = ""
icon_state = "snag-backplate"
/datum/sprite_accessory/wing/nevrean
name = "nevrean wings/fantail"
desc = ""
icon_state = "nevrean_s"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/wing/sepulchre_c_yw
name = "demon wings (colorable)"
desc = ""
@@ -959,6 +952,30 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/nevreandc
name = "nevrean tail, dual-color"
desc = ""
icon_state = "nevreantail_dc"
extra_overlay = "nevreantail_dc_tail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/nevreanwagdc
name = "nevrean wagtail, dual-color"
desc = ""
icon_state = "wagtail"
extra_overlay = "wagtail_dc_tail"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/nevreanwagdc_alt
name = "nevrean wagtail, marked, dual-color"
desc = ""
icon_state = "wagtail2_dc"
extra_overlay = "wagtail2_dc_mark"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/crossfox
name = "cross fox"
desc = ""
@@ -1413,7 +1430,7 @@
do_colouration = 1
/datum/sprite_accessory/tail/special/monkeyhc
name = "monkey tail, colorable, colorable"
name = "monkey tail, colorable"
desc = ""
icon_state = "chimptail_hc_s"
do_colouration = 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 30 KiB