mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Xeno Marking Update 3 (#7249)
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
body_parts = list(BP_HEAD)
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/// NEW XENOMORPH SPRITE_ACCESSORIES - Borrowed from Citadel, should blend a bit more nicely. ///
|
||||
/// 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.
|
||||
icon = 'icons/mob/human_races/markings_ch.dmi'
|
||||
@@ -314,4 +314,16 @@
|
||||
name = "Xenomorph headcrest (queen, striped)"
|
||||
icon_state = "xeno_queen_striped"
|
||||
body_parts = list(BP_HEAD)
|
||||
hide_body_parts = list(BP_HEAD)
|
||||
hide_body_parts = list(BP_HEAD)
|
||||
|
||||
// TEETH //
|
||||
|
||||
/datum/sprite_accessory/marking/ch/xenomorph/xeno_teeth
|
||||
name = "Xenomorph teeth (standard)"
|
||||
icon_state = "xeno_teeth"
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/ch/xenomorph/xeno_teeth_queen
|
||||
name = "Xenomorph teeth (queen)"
|
||||
icon_state = "xeno_teeth_queen"
|
||||
body_parts = list(BP_HEAD)
|
||||
@@ -21,6 +21,14 @@
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/wing/xeno_queen
|
||||
name = "xenomorph backplate (queen)"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "xeno_queen"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/wing/teshbee
|
||||
name = "Teshari bee wings"
|
||||
desc = ""
|
||||
|
||||
Reference in New Issue
Block a user