mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Bulwark expression masks (#20152)
Adds expression masks to bulwarks. Confirmed by lore.  --------- Co-authored-by: Stev-the-third <rose@flurf.net>
This commit is contained in:
co-authored by
Stev-the-third
parent
6d7c058ee7
commit
a38c2a27b5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user