diff --git a/cockatrice/src/game/zones/logic/table_zone_logic.cpp b/cockatrice/src/game/zones/logic/table_zone_logic.cpp index e0c4b38a2..cb45674c8 100644 --- a/cockatrice/src/game/zones/logic/table_zone_logic.cpp +++ b/cockatrice/src/game/zones/logic/table_zone_logic.cpp @@ -18,6 +18,7 @@ void TableZoneLogic::addCardImpl(CardItem *card, int _x, int _y) if (!card->getFaceDown()) { card->setPT(card->getCardInfo().getPowTough()); } + qInfo() << "Triggering a build"; card->setGridPoint(QPoint(_x, _y)); card->setVisible(true); }