Merge pull request #726 from Shadowfire117/master

Alien slug tail and ears + groin to snout body marking!
This commit is contained in:
Razgriz
2019-07-08 19:29:44 -07:00
committed by GitHub
5 changed files with 22 additions and 1 deletions
@@ -976,3 +976,9 @@
icon_state = "heterochromia"
body_parts = list(BP_HEAD)
species_allowed = list(SPECIES_HUMAN, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_ZORREN_FLAT, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_XENOCHIMERA, SPECIES_XENOHYBRID, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_PROTEAN, SPECIES_ALRAUNE) //This lets all races use the default hairstyles.
grointojaw
name = "Groin to mouth marking"
icon_state = "grointojaw"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_HEAD, BP_GROIN)
@@ -305,6 +305,13 @@
color_blend_mode = ICON_MULTIPLY
extra_overlay = "paintfront"
/datum/sprite_accessory/ears/alien_slug
name = "Alien slug ears"
desc = "The ears of a slug from space"
icon_state = "alien_slug"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
// Special snowflake ears go below here.
/datum/sprite_accessory/ears/molenar_kitsune
@@ -933,7 +940,7 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "snaketail_stripes"
/datum/sprite_accessory/tail/vulpan_alt
name = "vulpkanin alt style, colorable"
desc = ""
@@ -1170,4 +1177,12 @@
desc = ""
icon_state = "zenghu_taj"
/datum/sprite_accessory/tail/alien_slug
name = "Alien slug tail"
desc = "The tail of a slug from space"
icon_state = "alien_slug"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "alien_slug_markings"
//Taurs moved to a separate file due to extra code around them