[FIN] various text fixes

This commit is contained in:
theelk801 2025-05-30 21:27:14 -04:00 committed by Failure
parent be52a30857
commit eeaf2d28e0
54 changed files with 222 additions and 141 deletions

View file

@ -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.");