Merge pull request #6224 from CHOMPStation2/upstream-merge-14873

[MIRROR] SatinIsle Fluff items plus long snout
This commit is contained in:
Nadyr
2023-05-22 01:24:36 -04:00
committed by GitHub
8 changed files with 35 additions and 1 deletions
@@ -922,4 +922,11 @@
icon_state = "zaprat"
extra_overlay = "zaprat-tips"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/kara //SatinIsle Fluff Item
name = "Pterokara horn"
desc = ""
icon = 'icons/mob/vore/ears_vr.dmi'
icon_state = "kara_horn"
ckeys_allowed = list("satinisle")
@@ -975,3 +975,9 @@
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_R_LEG, BP_L_LEG, BP_GROIN)
/datum/sprite_accessory/marking/vr/nevrean_long
name = "Long Snout"
icon = 'icons/mob/human_races/markings_vr.dmi'
icon_state = "nevrean_long"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
@@ -1329,6 +1329,12 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/kara //SatinIsle fluff item
name = "Pterokara Tail"
icon = 'icons/mob/vore/tails_vr.dmi'
icon_state = "kara_tail"
ckeys_allowed = list("satinisle")
//LONG TAILS ARE NOT TAUR BUTTS >:O
/datum/sprite_accessory/tail/longtail
name = "You should not see this..."
@@ -311,3 +311,18 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "snail_shell_markings"
/datum/sprite_accessory/wing/sectdrone_wing //We should some day make a variable to make some wings not be able to fly
name = "Sect drone wings (To use with bodytype marking)"
desc = ""
icon = 'icons/mob/vore/wings_vr.dmi'
icon_state = "sectdrone_wing"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/wing/kara //SatinIsle Fluff Item
name = "Pterokara wings"
desc = ""
icon = 'icons/mob/vore/wings_vr.dmi'
icon_state = "feathered_kara"
ckeys_allowed = list("satinisle")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 51 KiB