mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
/obj/item/clothing/mask/balaclava
|
|
name = "balaclava"
|
|
desc = "LOADSAMONEY"
|
|
icon_state = "balaclava"
|
|
item_state_slots = list(slot_r_hand_str = "bandblack", slot_l_hand_str = "bandblack")
|
|
flags_inv = HIDEFACE|BLOCKHAIR
|
|
body_parts_covered = FACE|HEAD
|
|
w_class = ITEMSIZE_SMALL
|
|
|
|
/obj/item/clothing/mask/balaclava/tactical
|
|
name = "green balaclava"
|
|
desc = "Designed to both hide identities and keep your face comfy and warm."
|
|
icon_state = "swatclava"
|
|
item_state_slots = list(slot_r_hand_str = "bandgreen", slot_l_hand_str = "bandgreen")
|
|
flags_inv = HIDEFACE|BLOCKHAIR
|
|
w_class = ITEMSIZE_SMALL
|
|
|
|
/obj/item/clothing/mask/luchador
|
|
name = "Luchador Mask"
|
|
desc = "Worn by robust fighters, flying high to defeat their foes!"
|
|
icon_state = "luchag"
|
|
flags_inv = HIDEFACE|BLOCKHAIR
|
|
body_parts_covered = HEAD|FACE
|
|
w_class = ITEMSIZE_SMALL
|
|
siemens_coefficient = 3.0
|
|
|
|
/obj/item/clothing/mask/luchador/tecnicos
|
|
name = "Tecnicos Mask"
|
|
desc = "Worn by robust fighters who uphold justice and fight honorably."
|
|
icon_state = "luchador"
|
|
|
|
/obj/item/clothing/mask/luchador/rudos
|
|
name = "Rudos Mask"
|
|
desc = "Worn by robust fighters who are willing to do anything to win."
|
|
icon_state = "luchar" |