diff --git a/cockatrice/src/game/zones/logic/table_zone_logic.cpp b/cockatrice/src/game/zones/logic/table_zone_logic.cpp index cb45674c8..15bc3a1a1 100644 --- a/cockatrice/src/game/zones/logic/table_zone_logic.cpp +++ b/cockatrice/src/game/zones/logic/table_zone_logic.cpp @@ -19,6 +19,7 @@ void TableZoneLogic::addCardImpl(CardItem *card, int _x, int _y) card->setPT(card->getCardInfo().getPowTough()); } qInfo() << "Triggering a build"; + qInfo() << "Expect failure because build retriggered"; card->setGridPoint(QPoint(_x, _y)); card->setVisible(true); }