adds the alien slug ears and tail

This commit is contained in:
JoltDerg
2023-02-16 17:29:28 +00:00
committed by GitHub
parent d4c14d66b5
commit 4ce47b8a8e
2 changed files with 17 additions and 0 deletions
@@ -32,6 +32,14 @@
// Ears avaliable to anyone
/datum/sprite_accessory/ears/alien_slug
name = "Alien slug antennae"
desc = ""
icon = 'icons/mob/vore/ears_vr.dmi'
icon_state = "alien_slug"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/taj_ears
name = "tajaran, colorable (old)"
species_allowed = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_FENNEC, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_XENOCHIMERA, SPECIES_XENOHYBRID, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_PROTEAN, SPECIES_ALRAUNE, SPECIES_WEREBEAST, SPECIES_SHADEKIN, SPECIES_SHADEKIN_CREW, SPECIES_ALTEVIAN) //This lets all races use
@@ -22,6 +22,15 @@
// Everyone tails
/datum/sprite_accessory/tail/alien_slug
name = "Alien slug tail"
desc = ""
icon = 'icons/mob/vore/tails_vr.dmi'
icon_state = "alien_slug"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "alien_slug_markings"
/datum/sprite_accessory/tail/invisible
name = "hide species-sprite tail"
icon = null