mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Event context for mulligans, German translation
This commit is contained in:
parent
0c1c0fcb56
commit
808d2a3c01
17 changed files with 1228 additions and 954 deletions
|
|
@ -891,8 +891,7 @@ void Player::eventMoveCard(Event_MoveCard *event, GameEventContext *context)
|
|||
if (context)
|
||||
switch (context->getItemId()) {
|
||||
case ItemId_Context_UndoDraw: emit logUndoDraw(this, card->getName()); break;
|
||||
case ItemId_Context_MoveCard: emit logMoveCard(this, card, startZone, logPosition, targetZone, logX);
|
||||
default: ;
|
||||
default: emit logMoveCard(this, card, startZone, logPosition, targetZone, logX);
|
||||
}
|
||||
else
|
||||
emit logMoveCard(this, card, startZone, logPosition, targetZone, logX);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue