Refactor: moved flavor word from effects list to ability/mode;

This commit is contained in:
Oleg Agafonov 2021-06-30 08:57:06 +04:00
parent 2d1e11dfa9
commit 6dafb3ad81
13 changed files with 52 additions and 40 deletions

View file

@ -497,7 +497,7 @@ public class StackAbility extends StackObjectImpl implements Ability {
}
@Override
public Ability setFlavorWord(String flavorWord) {
public Ability withFlavorWord(String flavorWord) {
throw new UnsupportedOperationException("Not supported.");
}