mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
remove purple frames after targeting a card
This commit is contained in:
@@ -214,19 +214,11 @@ public final class InputSelectTargets extends InputSyncronizedBase {
|
|||||||
this.showMessage();
|
this.showMessage();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
private void done() {
|
||||||
* @see forge.control.input.InputSyncronizedBase#afterStop()
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
protected void afterStop() {
|
|
||||||
for(GameEntity c : targetDepth.keySet())
|
for(GameEntity c : targetDepth.keySet())
|
||||||
if( c instanceof Card)
|
if( c instanceof Card)
|
||||||
((Card)c).setUsedToPay(false);
|
((Card)c).setUsedToPay(false);
|
||||||
super.afterStop();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private void done() {
|
|
||||||
this.stop();
|
this.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user