mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
[Simulated AI] Print chosen card.
This commit is contained in:
@@ -127,6 +127,9 @@ public class Plan {
|
|||||||
if (targets != null) {
|
if (targets != null) {
|
||||||
sb.append(" (targets: ").append(targets).append(")");
|
sb.append(" (targets: ").append(targets).append(")");
|
||||||
}
|
}
|
||||||
|
if (choice != null) {
|
||||||
|
sb.append(" (chosen: ").append(choice).append(")");
|
||||||
|
}
|
||||||
if (!showHostCard) {
|
if (!showHostCard) {
|
||||||
sb.append("]");
|
sb.append("]");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user