From cff896bdb1267c9d292d9969b2ad5c1eaef9a833 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:31:44 -0400 Subject: [PATCH] [MIRROR] Face scarf ui toggle button works again (#2017) * Face scarf ui toggle button works again (#82617) ## About The Pull Request - Fixes #82534 have to override `attackself()` to work ## Changelog :cl: fix: facescarf ui toggle button works again /:cl: * Face scarf ui toggle button works again --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> --- code/modules/clothing/masks/bandana.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/clothing/masks/bandana.dm b/code/modules/clothing/masks/bandana.dm index cafe5d397f2..6f6dd3f45f7 100644 --- a/code/modules/clothing/masks/bandana.dm +++ b/code/modules/clothing/masks/bandana.dm @@ -230,6 +230,9 @@ greyscale_config_inhand_right = /datum/greyscale_config/facescarf/inhands_right flags_1 = IS_PLAYER_COLORABLE_1 +/obj/item/clothing/mask/facescarf/attack_self(mob/user) + adjustmask(user) + /obj/item/clothing/mask/facescarf/AltClick(mob/user) ..() if(user.can_perform_action(src, NEED_DEXTERITY))