mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Clear selected of Partial Paris when Clicking on the "OK" button
This commit is contained in:
@@ -97,6 +97,12 @@ public class InputConfirmMulligan extends InputSyncronizedBase {
|
||||
|
||||
private void done() {
|
||||
ButtonUtil.reset();
|
||||
if (isCommander) {
|
||||
// Clear the "selected" icon after clicking the done button
|
||||
for(Card c : this.selected) {
|
||||
CMatchUI.SINGLETON_INSTANCE.setUsedToPay(c, false);
|
||||
}
|
||||
}
|
||||
stop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user