Bulwark expression masks (#20152)

Adds expression masks to bulwarks. Confirmed by lore.
 
![Bulwark Mask
Export](https://github.com/user-attachments/assets/aa73fbf1-32a8-4eb3-8c8e-0bf3a18046a4)

---------

Co-authored-by: Stev-the-third <rose@flurf.net>
This commit is contained in:
Stev-the-third
2024-11-14 14:14:08 +00:00
committed by GitHub
co-authored by Stev-the-third
parent 6d7c058ee7
commit a38c2a27b5
5 changed files with 74 additions and 1 deletions
@@ -49,18 +49,30 @@
build_from_parts = TRUE
worn_overlay = "face"
contained_sprite = TRUE
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/head.dmi'
)
species_restricted = list(BODYTYPE_VAURCA, BODYTYPE_VAURCA_BULWARK)
/obj/item/clothing/head/expression/skrell
name = "skrell expression mask"
desc = "A mask that allows emotively challenged aliens to convey facial expressions. This one depicts a Skrell."
icon_state = "skrell_helmet"
item_state = "skrell_helmet"
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/head.dmi'
)
species_restricted = list(BODYTYPE_VAURCA, BODYTYPE_VAURCA_BULWARK)
/obj/item/clothing/head/expression/unathi
name = "unathi expression mask"
desc = "A mask that allows emotively challenged aliens to convey facial expressions. This one depicts a Unathi."
icon_state = "unathi_helmet"
item_state = "unathi_helmet"
sprite_sheets = list(
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/head.dmi'
)
species_restricted = list(BODYTYPE_VAURCA, BODYTYPE_VAURCA_BULWARK)
/obj/item/clothing/head/shroud
name = "vaurcan shroud"