Merge pull request #899 from argonui/clean-up-helper
Clean Up Helper: Added action token resetting
This commit is contained in:
commit
3bbece0d06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user