Removes species restrictions from shadekin tails

This commit is contained in:
Heroman
2020-04-16 14:29:00 +10:00
parent dbfeef005e
commit 1ddbab789a
2 changed files with 37 additions and 39 deletions
@@ -160,24 +160,6 @@
// Species-unique long tails/taurhalves
/datum/sprite_accessory/tail/taur/shadekin_tail
name = "Shadekin Tail (Shadekin)"
icon_state = "shadekin_s"
can_ride = 0
hide_body_parts = null
clip_mask_icon = null
clip_mask_state = null
apply_restrictions = TRUE
species_allowed = list(SPECIES_SHADEKIN, SPECIES_SHADEKIN_CREW)
/datum/sprite_accessory/tail/taur/shadekin_tail/shadekin_tail_2c
name = "Shadekin Tail dual-color (Shadekin)"
extra_overlay = "shadekin_markings"
/datum/sprite_accessory/tail/taur/shadekin_tail/shadekin_tail_long
name = "Shadekin Long Tail (Shadekin)"
icon_state = "shadekin_long_s"
// Tails/taurhalves for everyone
/datum/sprite_accessory/tail/taur/wolf
@@ -479,6 +461,24 @@
msg_owner_grab_fail = "You step down onto %prey, squishing them and forcing them down to the ground!"
msg_prey_grab_fail = "%owner steps down and squishes you with their leg, forcing you down to the ground!"
/datum/sprite_accessory/tail/taur/shadekin_tail
name = "Shadekin Tail"
icon_state = "shadekin_s"
can_ride = 0
hide_body_parts = null
clip_mask_icon = null
clip_mask_state = null
//apply_restrictions = TRUE
//species_allowed = list(SPECIES_SHADEKIN, SPECIES_SHADEKIN_CREW)
/datum/sprite_accessory/tail/taur/shadekin_tail/shadekin_tail_2c
name = "Shadekin Tail (dual color)"
extra_overlay = "shadekin_markings"
/datum/sprite_accessory/tail/taur/shadekin_tail/shadekin_tail_long
name = "Shadekin Long Tail"
icon_state = "shadekin_long_s"
// Special snowflake tails/taurhalves
//spoopylizz: Roiz Lizden
@@ -504,7 +504,7 @@
desc = ""
icon_state = "pipears"
ckeys_allowed = list("phoaly")
/datum/sprite_accessory/ears/elf_caprine_colorable
name = "Caprine horns with pointy ears, colorable"
desc = ""
@@ -512,7 +512,7 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "caprahorns"
/datum/sprite_accessory/ears/elf_oni_colorable
name = "oni horns with pointy ears, colorable"
desc = ""
@@ -520,7 +520,7 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "oni-h1_c"
/datum/sprite_accessory/ears/elf_demon_colorable
name = "Demon horns with pointy ears, colorable"
desc = ""
@@ -528,7 +528,7 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "demon-horns1_c"
/datum/sprite_accessory/ears/elf_demon_outwards_colorable
name = "Demon horns with pointy ears, outwards, colourable"
desc = ""
@@ -536,7 +536,7 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "demon-horns2"
/datum/sprite_accessory/ears/elf_dragon_colorable
name = "Dragon horns with pointy ears, colourable"
desc = ""
@@ -761,15 +761,6 @@
// Species-unique tails
/datum/sprite_accessory/tail/shadekin_short
name = "Shadekin Short Tail, colorable"
desc = ""
icon_state = "shadekin-short"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
apply_restrictions = TRUE
species_allowed = list(SPECIES_SHADEKIN, SPECIES_SHADEKIN_CREW)
// Everyone tails
/datum/sprite_accessory/tail/invisible
@@ -1665,27 +1656,34 @@
extra_overlay_w = "buggofatfirefly_vass_markings"
/datum/sprite_accessory/tail/tail_smooth
name = "Smooth Lizard Tail, Colorable"
name = "Smooth Lizard Tail, colorable"
desc = ""
icon_state = "tail_smooth"
ani_state = "tail_smooth_w"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/triplekitsune_colorable
icon = 'icons/mob/vore/tails_vr.dmi'
name = "Kitsune 3 tails - colorable"
name = "Kitsune 3 tails, colorable"
desc = ""
icon_state = "triplekitsune"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "triplekitsune_tips"
/datum/sprite_accessory/tail/ninekitsune_colorable
icon = 'icons/mob/vore/tails_vr.dmi'
name = "Kitsune 9 tails - colorable"
name = "Kitsune 9 tails, colorable"
desc = ""
icon_state = "ninekitsune"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "ninekitsune-tips"
/datum/sprite_accessory/tail/shadekin_short
name = "Shadekin Short Tail, colorable"
desc = ""
icon_state = "shadekin-short"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
//apply_restrictions = TRUE
//species_allowed = list(SPECIES_SHADEKIN, SPECIES_SHADEKIN_CREW)