T-Rex Lower/Upper Jaws, 2 New Maws! Fixes 2 VBOs, General VBO/Sprite Improvements (#9364)

This commit is contained in:
Hunter-Dovetail
2024-10-30 18:17:50 +00:00
committed by GitHub
parent 0e39967d9e
commit e59fffc8b3
11 changed files with 19 additions and 0 deletions

View File

@@ -151,6 +151,12 @@
/datum/belly_overlays/vbo_maw23
belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBO_maw23.dmi'
/datum/belly_overlays/vbo_maw24
belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBO_maw24.dmi'
/datum/belly_overlays/vbo_maw25
belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBO_maw25.dmi'
/datum/belly_overlays/vbo_notbelly
belly_icon = 'modular_chomp/icons/mob/vore_fullscreens/VBO_notbelly.dmi'

View File

@@ -220,6 +220,19 @@
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/trex_upperjaw
name = "trex 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"
icon_state = "trex_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. ///
/datum/sprite_accessory/marking/ch/xenomorph // This is just here to create an easy-to-follow typepath.