mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[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:
committed by
GitHub
parent
23709992f9
commit
c31e50cf9c
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user