Adds 2 New Sprites (Dragon Upper/Lower Jaw), Fixes VBO_maw26, and Improves Hippo upper/Lower Jaw (#9577)

This commit is contained in:
Hunter-Dovetail
2024-12-03 23:52:07 +00:00
committed by GitHub
parent 2d1f6ac1dc
commit 201a06fb56
3 changed files with 21 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -214,9 +214,27 @@
name = "Reptile Breasts"
icon_state = "breasts_reptile"
/datum/sprite_accessory/marking/ch/hippo_head
name = "Hippo Snout"
icon_state = "hippo_head"
/datum/sprite_accessory/marking/ch/dragon_upperjaw
name = "Dragon Upper Jaw"
icon_state = "dragon_upperjaw"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/dragon_lowerjaw
name = "Dragon Lower Jaw"
icon_state = "dragon_lowerjaw"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/hippo_upperjaw
name = "Hippo Upper Jaw"
icon_state = "hippo_upperjaw"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/hippo_lowerjaw
name = "Hippo Lower Jaw"
icon_state = "hippo_lowerjaw"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 264 KiB