Xeno Marking Update 3 (#7249)

This commit is contained in:
Aroliacue
2023-11-19 23:55:39 +10:00
committed by GitHub
parent ea6a216eb9
commit 5fcfc4da31
7 changed files with 22 additions and 2 deletions

View File

@@ -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)

View File

@@ -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 = ""