diff --git a/icons/mob/human_races/markings_ch.dmi b/icons/mob/human_races/markings_ch.dmi index f46d1d056a..d942ef56c0 100644 Binary files a/icons/mob/human_races/markings_ch.dmi and b/icons/mob/human_races/markings_ch.dmi differ diff --git a/modular_chomp/code/modules/asset_cache/belly_assets.dm b/modular_chomp/code/modules/asset_cache/belly_assets.dm index 180efd90e6..c04d939b6c 100644 --- a/modular_chomp/code/modules/asset_cache/belly_assets.dm +++ b/modular_chomp/code/modules/asset_cache/belly_assets.dm @@ -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' diff --git a/modular_chomp/code/modules/mob/new_player/sprite_accessories_extra.dm b/modular_chomp/code/modules/mob/new_player/sprite_accessories_extra.dm index fc55d6c5df..0f99518f8b 100644 --- a/modular_chomp/code/modules/mob/new_player/sprite_accessories_extra.dm +++ b/modular_chomp/code/modules/mob/new_player/sprite_accessories_extra.dm @@ -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. /// diff --git a/modular_chomp/icons/mob/screen_full_vore_ch.dmi b/modular_chomp/icons/mob/screen_full_vore_ch.dmi index a81ab19e32..c939e70aa2 100644 Binary files a/modular_chomp/icons/mob/screen_full_vore_ch.dmi and b/modular_chomp/icons/mob/screen_full_vore_ch.dmi differ diff --git a/modular_chomp/icons/mob/vore_fullscreens/VBO_maw26.dmi b/modular_chomp/icons/mob/vore_fullscreens/VBO_maw26.dmi new file mode 100644 index 0000000000..c68f16eefe Binary files /dev/null and b/modular_chomp/icons/mob/vore_fullscreens/VBO_maw26.dmi differ