mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
Simple wrestling mask (#16985)
Added a simple recolourable wrestling mask to the loadout for the upcoming event.
This commit is contained in:
@@ -80,3 +80,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
|
||||
|
||||
Reference in New Issue
Block a user