Update Charm desc when turn restriction is lifted

This commit is contained in:
tool4EvEr
2023-03-23 11:10:46 +01:00
parent eaee14f3ca
commit fad1327a08

View File

@@ -7119,8 +7119,12 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
}
public void resetChosenModeTurn() {
boolean updateView = !chosenModesTurn.isEmpty() || !chosenModesTurnStatic.isEmpty();
chosenModesTurn.clear();
chosenModesTurnStatic.clear();
if (updateView) {
updateAbilityTextForView();
}
}
public int getPlaneswalkerAbilityActivated() {