Skip to content

Commit

Permalink
Merge pull request #899 from argonui/clean-up-helper
Browse files Browse the repository at this point in the history
Clean Up Helper: Added action token resetting
  • Loading branch information
dscarpac authored Oct 5, 2024
2 parents a3c6cdd + 29d0e7f commit 3bbece0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/accessories/CleanUpHelper.ttslua
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ function tidyPlayerMatCoroutine()
-- reset action tokens
if obj.hasTag("UniversalToken") and obj.is_face_down then
obj.flip()
obj.call("updateClassAndSymbol", { class = "Neutral" })
end

-- get rid of temporary tokens
Expand Down

0 comments on commit 3bbece0

Please sign in to comment.