From 363de68dc3c9e26b734ccd411ce7e26fa4fb9771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Sun, 14 Sep 2025 12:51:24 +0200 Subject: [PATCH] Interrupt build. Took 2 minutes --- cockatrice/src/game/zones/logic/table_zone_logic.cpp | 1 + 1 file changed, 1 insertion(+) 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); }