mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
Hide 'increase tax' play actions on multi-card selection
This commit is contained in:
parent
25e2633ee7
commit
4c60fd2ebd
2 changed files with 7 additions and 2 deletions
|
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
namespace CounterIds
|
||||
{
|
||||
// Tax counters store a cast count (times cast from command zone).
|
||||
constexpr int CommanderTax = 8; ///< Primary commander tax counter
|
||||
constexpr int PartnerTax = 9; ///< Partner commander tax counter
|
||||
constexpr int FirstUserId = 10; ///< First ID available for user-created counters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue