mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 06:26:29 +01:00
Merge pull request #726 from Shadowfire117/master
Alien slug tail and ears + groin to snout body marking!
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user