- Volrath's Shapeshifter: run a limited update for ability and keyword text such that the changed text is always visualized (e.g. things like Rally triggers).

This commit is contained in:
Agetian
2017-08-24 15:09:18 +00:00
parent 3090a991a6
commit a1b2a5149d
2 changed files with 6 additions and 0 deletions

View File

@@ -456,6 +456,11 @@ public class Card extends GameEntity implements Comparable<Card> {
view.updateState(this);
}
public void updateAbilityTextForView() {
view.getCurrentState().updateKeywords(this, getCurrentState());
view.getCurrentState().updateAbilityText(this, getCurrentState());
}
public void setPreFaceDownState(CardStateName preCharacteristic) {
preFaceDownState = preCharacteristic;
}

View File

@@ -516,6 +516,7 @@ public final class StaticAbilityContinuous {
affectedCard.getCurrentState().addStaticAbility(stAb);
}
}
affectedCard.updateAbilityTextForView();
}
// Change color words