[MIRROR] Simple wrestling mask (#9972)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-30 15:15:46 -07:00
committed by GitHub
parent 23709992f9
commit c31e50cf9c
4 changed files with 14 additions and 1 deletions

View File

@@ -86,3 +86,11 @@
/datum/gear/mask/half
display_name = "black half-mask"
path = /obj/item/clothing/accessory/gaiter/half
/datum/gear/mask/wrestling
display_name = "wrestling mask"
path = /obj/item/clothing/mask/luchador/colorable
cost = 1
/datum/gear/mask/wrestling/New()
gear_tweaks += gear_tweak_free_color_choice

View File

@@ -32,4 +32,9 @@
/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"
icon_state = "luchar"
/obj/item/clothing/mask/luchador/colorable
name = "Wrestling Mask"
desc = "A mask that covers the top half of the head, worn by robust wrestlers."
icon_state = "wrestler"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 48 KiB