* Metalcraft abilities - added card hints about artifacts count, fixed missing ability word;

This commit is contained in:
Oleg Agafonov 2020-07-25 05:40:59 +04:00
parent 97c427375d
commit 043785b1d1
38 changed files with 347 additions and 252 deletions

View file

@ -472,7 +472,7 @@ public class StackAbility extends StackObjImpl implements Ability {
}
@Override
public void setAbilityWord(AbilityWord abilityWord) {
public Ability setAbilityWord(AbilityWord abilityWord) {
throw new UnsupportedOperationException("Not supported.");
}