How to remove the hidden owner trait?

Because of pieces being assigned to specific owners, various forms of interaction with those pieces are denied to other players. This feature is of no use in my module and is something I would like to eliminate.

Are there any quick and easy workarounds like a Marker trait I could add to all pieces?

Are there any more convoluted workarounds, like when I press a button, all affected pieces get their owner state reset?

Thanks in advance!

Ben

Pieces are only assigned to specific owners if you use the Mask or Invisible trait. Don’t use those two traits and you won’t have any problems with piece ownership. Use a Layer to hide units instead.