mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Update Charm desc when turn restriction is lifted
This commit is contained in:
@@ -7119,8 +7119,12 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void resetChosenModeTurn() {
|
public void resetChosenModeTurn() {
|
||||||
|
boolean updateView = !chosenModesTurn.isEmpty() || !chosenModesTurnStatic.isEmpty();
|
||||||
chosenModesTurn.clear();
|
chosenModesTurn.clear();
|
||||||
chosenModesTurnStatic.clear();
|
chosenModesTurnStatic.clear();
|
||||||
|
if (updateView) {
|
||||||
|
updateAbilityTextForView();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getPlaneswalkerAbilityActivated() {
|
public int getPlaneswalkerAbilityActivated() {
|
||||||
|
|||||||
Reference in New Issue
Block a user