mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
SatinIsle Fluff items plus long snout
This PR adds a set of custom ears, tail and wings for SatinIsle. It also adds a long snout that anyone can use.
This commit is contained in:
@@ -916,4 +916,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)
|
||||
|
||||
@@ -1337,6 +1337,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..."
|
||||
|
||||
@@ -319,3 +319,10 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user