Card List Won't Sort

Hey all. I’m having one of those problems with my nascent Shogun mod where according to the Designer’s Guide everything should be cool and froody, except it isn’t. Gonna punt this one to the gurus.

Okay, so I’ve got a Deck called Sword Pile, which contains five Cards (1 Diamond, 2 Diamond, 3 Diamond, 4 Diamond and 5 Diamond).

Each card has a Basic Piece property, a Mask which shows a blank “no diamond” sword but retains the same name as the Basic Piece, and a Return to Deck property that returns the sword to Sword Pile. 4 Diamond and 5 Diamond also have a pair of Send to Location properties which allow them to be removed and retrieved from the game.

Sword Pile has the following properties:

  • Belongs to Board: Sword Deck (a 420x60 null image board)
  • X Position: 210; Y position: 30; Width: 420; Height: 60
  • Allow Multiple Cards to be Drawn?: No
  • Allow Specific Cards to be Drawn?: Yes
  • When selecting, list cards using: $PieceName$
  • When selecting, sort cards by: $PieceName$
  • Contents are Face-down: Always
  • Draw New Cards Face-up?: Yes
  • Re-shuffle: Always

And everything else is unchecked.

When I start a new game, start pulling specific swords and then returning them to the deck, inevitably I get a list of swords that are sorted in the order in which they were returned to the deck. I’d like to have them sorted in proper order (1 Diamond, 2 Diamond, etc.). Can anybody give me pointers as to what I need to do to get it to behave like I want it to?

Thanks in advance. --capi