mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Playing a tableRow 3 card from the stack puts it to grave. (#3547)
* Playing a tableRow 3 card from the stack puts it to grave. * move to top by resetting pos * Zach touch Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
parent
ba985f97e5
commit
5e38214675
2 changed files with 13 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ class CommandContainer;
|
|||
class GameCommand;
|
||||
class GameEvent;
|
||||
class GameEventContext;
|
||||
class Event_ConnectionStateChanged;
|
||||
// class Event_ConnectionStateChanged;
|
||||
class Event_GameSay;
|
||||
class Event_Shuffle;
|
||||
class Event_RollDie;
|
||||
|
|
@ -265,7 +265,7 @@ private:
|
|||
|
||||
void initSayMenu();
|
||||
|
||||
void eventConnectionStateChanged(const Event_ConnectionStateChanged &event);
|
||||
// void eventConnectionStateChanged(const Event_ConnectionStateChanged &event);
|
||||
void eventGameSay(const Event_GameSay &event);
|
||||
void eventShuffle(const Event_Shuffle &event);
|
||||
void eventRollDie(const Event_RollDie &event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue