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 8a42642 commit 9e9b867Copy full SHA for 9e9b867
plugin/src/shared/sc/plugin2021/GameState.kt
@@ -118,7 +118,7 @@ class GameState @JvmOverloads constructor(
118
logger.debug("Remaining Colors: $orderedColors")
119
}
120
121
- override fun toString(): String = "GameState $round/$turn -> $currentColor"
+ override fun toString(): String = "GameState $round/$turn -> $currentColor ${if (GameRuleLogic.isFirstMove(this)) "(Start Piece: $startPiece)" else ""}"
122
123
override fun equals(other: Any?): Boolean {
124
return !(this === other) &&
0 commit comments