Skip to content

Commit

Permalink
[MIRROR] Face scarf ui toggle button works again (#2017)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 16, 2024
1 parent 58be6f7 commit cff896b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/clothing/masks/bandana.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit cff896b

Please sign in to comment.