forked from External/mage
[FIN] various text fixes
This commit is contained in:
parent
be52a30857
commit
eeaf2d28e0
54 changed files with 222 additions and 141 deletions
|
|
@ -583,6 +583,11 @@ public class StackAbility extends StackObjectImpl implements Ability {
|
|||
throw new UnsupportedOperationException("Not supported.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String addRulePrefix(String rule) {
|
||||
throw new UnsupportedOperationException("Not supported.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public Ability withFirstModeFlavorWord(String flavorWord) {
|
||||
throw new UnsupportedOperationException("Not supported.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue