Added command zone test

This commit is contained in:
DawnFire42 2026-06-30 12:02:03 -04:00
parent d93a8d7f7e
commit 6fd4bbaab1
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
3 changed files with 153 additions and 0 deletions

View file

@ -272,6 +272,8 @@ private:
* increments the given (active) tax counter by one.
* @param selectedCards Cards to play
* @param counterId The tax counter to increment (CounterIds::CommanderTax or PartnerTax)
* @note The increment is sent optimistically, not gated on the move succeeding; a rejected
* move can leave the tax incremented without a card being cast.
*/
void playAndIncreaseTax(QList<CardItem *> selectedCards, int counterId);