mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
T-Rex Lower/Upper Jaws, 2 New Maws! Fixes 2 VBOs, General VBO/Sprite Improvements (#9364)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user