Fixes vulp belly markings missing groin bits.

This commit is contained in:
Verkister
2017-08-12 23:12:48 +03:00
parent 1178f7dc38
commit ba84cf66f5
2 changed files with 3 additions and 3 deletions
@@ -388,19 +388,19 @@
name = "belly fur (Vulp)"
icon_state = "vulp_belly"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO)
body_parts = list(BP_TORSO,BP_GROIN)
vulp_fullbelly
name = "full belly fur (Vulp)"
icon_state = "vulp_fullbelly"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO)
body_parts = list(BP_TORSO,BP_GROIN)
vulp_crest
name = "belly crest (Vulp)"
icon_state = "vulp_crest"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO)
body_parts = list(BP_TORSO,BP_GROIN)
vulp_nose
name = "nose (Vulp)"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB