mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
[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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user