()
| 5033 | } |
| 5034 | |
| 5035 | public final void updateKeywords() { |
| 5036 | getCurrentState().getView().updateKeywords(this, getCurrentState()); |
| 5037 | // for Zilortha |
| 5038 | getView().updateLethalDamage(this); |
| 5039 | } |
| 5040 | |
| 5041 | public final void addChangedCardKeywords(final List<String> keywords, final List<String> removeKeywords, |
| 5042 | final boolean removeAllKeywords, final long timestamp, final StaticAbility st) { |
no test coverage detected