mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
Adds 2 New Sprites, Adjusts Others, and Adds 1 New VBO! (#9513)
This commit is contained in:
@@ -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. ///
|
||||
|
||||
|
||||
Reference in New Issue
Block a user