mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
Added command zone test
This commit is contained in:
parent
d93a8d7f7e
commit
6fd4bbaab1
3 changed files with 153 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue