Minor sprite accessory update:
-Fixed snout layering. -Added snouts for wolf and husky. -Added body markings: hands/feet, belly/hands/feet, slim belly, and husky. -Swapped base and extra color layers on husky tail to match the added parts. -Removed unnecessary clutter.
@@ -1541,19 +1541,25 @@
|
|||||||
/datum/sprite_accessory/snouts/lcanid
|
/datum/sprite_accessory/snouts/lcanid
|
||||||
name = "Fox, Long"
|
name = "Fox, Long"
|
||||||
icon_state = "lcanid"
|
icon_state = "lcanid"
|
||||||
icon = 'icons/mob/mutant_bodyparts.dmi'
|
icon = 'icons/mob/mam_bodyparts.dmi'
|
||||||
extra = 1
|
extra = 1
|
||||||
|
|
||||||
/datum/sprite_accessory/snouts/scanid
|
/datum/sprite_accessory/snouts/scanid
|
||||||
name = "Fox, Short"
|
name = "Fox, Short"
|
||||||
icon_state = "scanid"
|
icon_state = "scanid"
|
||||||
icon = 'icons/mob/mutant_bodyparts.dmi'
|
icon = 'icons/mob/mam_bodyparts.dmi'
|
||||||
extra = 1
|
extra = 1
|
||||||
|
|
||||||
/datum/sprite_accessory/snouts/wolf
|
/datum/sprite_accessory/snouts/wolf
|
||||||
name = "Wolf"
|
name = "Wolf"
|
||||||
icon_state = "wolf"
|
icon_state = "wolf"
|
||||||
icon = 'icons/mob/mutant_bodyparts.dmi'
|
icon = 'icons/mob/mam_bodyparts.dmi'
|
||||||
|
extra = 1
|
||||||
|
|
||||||
|
/datum/sprite_accessory/snouts/husky
|
||||||
|
name = "Husky"
|
||||||
|
icon_state = "husky"
|
||||||
|
icon = 'icons/mob/mam_bodyparts.dmi'
|
||||||
extra = 1
|
extra = 1
|
||||||
|
|
||||||
//Cat, Big
|
//Cat, Big
|
||||||
@@ -1683,14 +1689,29 @@
|
|||||||
name = "Belly"
|
name = "Belly"
|
||||||
icon_state = "belly"
|
icon_state = "belly"
|
||||||
gender_specific = 1
|
gender_specific = 1
|
||||||
/*
|
|
||||||
|
/datum/sprite_accessory/mam_body_markings/bellyslim
|
||||||
|
name = "Belly Slim"
|
||||||
|
icon_state = "bellyslim"
|
||||||
|
gender_specific = 1
|
||||||
|
|
||||||
|
/datum/sprite_accessory/mam_body_markings/husky
|
||||||
|
name = "Husky"
|
||||||
|
icon_state = "husky"
|
||||||
|
gender_specific = 1
|
||||||
|
|
||||||
|
/datum/sprite_accessory/mam_body_markings/handsfeet
|
||||||
|
name = "Hands & Feet"
|
||||||
|
icon_state = "handsfeet"
|
||||||
|
color_src = MUTCOLORS3
|
||||||
|
|
||||||
/datum/sprite_accessory/mam_body_markings/bellyhandsfeet
|
/datum/sprite_accessory/mam_body_markings/bellyhandsfeet
|
||||||
name = "Belly, Hands, & Feet"
|
name = "Belly, Hands, & Feet"
|
||||||
icon_state = "bellyhandsfeet"
|
icon_state = "belly"
|
||||||
gender_specific = 1
|
gender_specific = 1
|
||||||
extra = 1
|
extra = 1
|
||||||
extra_color_src = MUTCOLORS3
|
extra_color_src = MUTCOLORS3
|
||||||
*/
|
|
||||||
|
|
||||||
//Xeno Dorsal Tubes
|
//Xeno Dorsal Tubes
|
||||||
/datum/sprite_accessory/xeno_dorsal
|
/datum/sprite_accessory/xeno_dorsal
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 290 KiB After Width: | Height: | Size: 292 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |