mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
More Xenomorph Markings (#7230)
This commit is contained in:
@@ -303,3 +303,15 @@
|
||||
icon_state = "xeno_hollywood"
|
||||
body_parts = list(BP_HEAD)
|
||||
hide_body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/ch/xenomorph/xeno_headcrest_queen
|
||||
name = "Xenomorph headcrest (queen)"
|
||||
icon_state = "xeno_queen"
|
||||
body_parts = list(BP_HEAD)
|
||||
hide_body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/ch/xenomorph/xeno_headcrest_queen_striped
|
||||
name = "Xenomorph headcrest (queen, striped)"
|
||||
icon_state = "xeno_queen_striped"
|
||||
body_parts = list(BP_HEAD)
|
||||
hide_body_parts = list(BP_HEAD)
|
||||
@@ -13,6 +13,14 @@
|
||||
icon_state = "csnag-backplate"
|
||||
do_colouration = 1
|
||||
|
||||
/datum/sprite_accessory/wing/snagc2
|
||||
name = "xenomorph backplate, colorable 2"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "csnag-backplate-2"
|
||||
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