mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 16:07:36 +01:00
Adds Akara mask (#13077)
This commit is contained in:
@@ -2223,7 +2223,7 @@ All custom items with worn sprites must follow the contained sprite system: http
|
||||
icon_state = "quoro_suit"
|
||||
item_state = "quoro_suit"
|
||||
contained_sprite = TRUE
|
||||
|
||||
|
||||
|
||||
/obj/item/clothing/accessory/poncho/shouldercape/qeblak/zeng/fluff/eden_cloak // Zeng-Hu Jargon division cloak - Eden Li - Huntime
|
||||
name = "Zeng-Hu cloak: Jargon Division"
|
||||
@@ -2233,3 +2233,14 @@ All custom items with worn sprites must follow the contained sprite system: http
|
||||
icon_state = "ZH_cape_custom"
|
||||
item_state = "ZH_cape_custom"
|
||||
|
||||
/obj/item/clothing/head/welding/fluff/akara_mask //Steel Face Mask - Akara Seuseisak - aticius
|
||||
name = "steel face mask"
|
||||
desc = "A slab of steel that has been hammered into the shape of a full-face mask with crude tools. It seems quite old and an appreciable layer of rust has built up."
|
||||
icon = 'icons/obj/custom_items/akara_mask.dmi'
|
||||
icon_override = 'icons/obj/custom_items/akara_mask.dmi'
|
||||
icon_state = "akara_mask"
|
||||
item_state = "akara_mask"
|
||||
contained_sprite = TRUE
|
||||
action_button_name = "Adjust mask"
|
||||
flash_protection = FLASH_PROTECTION_NONE
|
||||
tint = TINT_NONE
|
||||
|
||||
Reference in New Issue
Block a user