mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
minor arrow fix
This commit is contained in:
@@ -617,6 +617,8 @@ void Player::eventMoveCard(Event_MoveCard *event)
|
||||
|
||||
card->setId(event->getNewCardId());
|
||||
card->setFaceDown(event->getFaceDown());
|
||||
if (startZone != targetZone)
|
||||
card->setBeingPointedAt(false);
|
||||
|
||||
// The log event has to be sent before the card is added to the target zone
|
||||
// because the addCard function can modify the card object.
|
||||
|
||||
Reference in New Issue
Block a user