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