Adds 2 New Sprites, Adjusts Others, and Adds 1 New VBO! (#9513)

This commit is contained in:
Hunter-Dovetail
2024-11-21 23:50:54 +01:00
committed by GitHub
parent 995c216fb2
commit 99678691dc
5 changed files with 20 additions and 3 deletions
@@ -157,6 +157,9 @@
/datum/belly_overlays/vbo_maw25
belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBO_maw25.dmi'
/datum/belly_overlays/vbo_maw26
belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBO_maw26.dmi'
/datum/belly_overlays/vbo_notbelly
belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBO_notbelly.dmi'
@@ -215,23 +215,37 @@
icon_state = "breasts_reptile"
/datum/sprite_accessory/marking/ch/hippo_head
name = "full hippo head"
name = "Hippo Snout"
icon_state = "hippo_head"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/trex_upperjaw
name = "trex upper jaw"
name = "T-Rex Upper Jaw"
icon_state = "trex_upperjaw"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/trex_lowerjaw
name = "trex lower jaw"
name = "T-Rex Lower Jaw"
icon_state = "trex_lowerjaw"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/crocodile_upperjaw
name = "Crocodile Upper Jaw"
icon_state = "crocodile_upperjaw"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/crocodile_lowerjaw
name = "Crocodile Lower Jaw"
icon_state = "crocodile_lowerjaw"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/// NEW XENOMORPH SPRITE_ACCESSORIES - Basesprites borrowed from Citadel and tidied up by Makkinindorn, should blend a bit more nicely. ///