mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
Mulligan added to Client
This commit is contained in:
parent
30079a71ff
commit
5cf970f0f3
3 changed files with 96 additions and 55 deletions
|
|
@ -42,6 +42,7 @@ public slots:
|
|||
void actShuffle();
|
||||
void actDrawCard();
|
||||
void actDrawCards();
|
||||
void actMuligan();
|
||||
|
||||
void actViewLibrary();
|
||||
void actViewTopCards();
|
||||
|
|
@ -58,7 +59,7 @@ private:
|
|||
*aMoveGraveToTopLibrary, *aMoveGraveToBottomLibrary, *aMoveGraveToHand, *aMoveGraveToRfg,
|
||||
*aMoveRfgToTopLibrary, *aMoveRfgToBottomLibrary, *aMoveRfgToHand, *aMoveRfgToGrave,
|
||||
*aViewLibrary, *aViewTopCards, *aViewGraveyard, *aViewRfg, *aViewSideboard,
|
||||
*aDrawCard, *aDrawCards, *aShuffle,
|
||||
*aDrawCard, *aDrawCards, *aMulligan, *aShuffle,
|
||||
*aUntapAll, *aRollDie, *aCreateToken;
|
||||
|
||||
int defaultNumberTopCards;
|
||||
|
|
@ -66,6 +67,8 @@ private:
|
|||
int id;
|
||||
bool active;
|
||||
bool local;
|
||||
|
||||
int cardsInHand;
|
||||
|
||||
QMap<QString, CardZone *> zones;
|
||||
TableZone *table;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue