[MIRROR] Face scarf ui toggle button works again (#27340)

* Face scarf ui toggle button works again (#82617)

## About The Pull Request
- Fixes #82534

have to override `attackself()` to work

## Changelog
🆑
fix: facescarf ui toggle button works again
/🆑

* Face scarf ui toggle button works again

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-04-18 02:55:32 +02:00
committed by GitHub
parent adcc15f6c6
commit b24198bb7d
+3
View File
@@ -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))