We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9853f17 commit 6b5701cCopy full SHA for 6b5701c
src/GameController.cpp
@@ -189,11 +189,13 @@ bool GameController::handleBoardEvent(ScreenCoordinate screenCoord) {
189
}
190
break;
191
case ROBBER:
192
- //model.moveRobber(coord);
193
robPlayers();
194
-
195
if(!hasClickHistory())
+ {
196
storeClick(coord);
+ view.setControlStateText("Click the name of the player you want to rob(choose yourself to not rob anyone)");
197
+ }
198
+
199
200
case BUILDROAD_DEVCARD:
201
0 commit comments