(boolean useAny)
| 79 | } |
| 80 | |
| 81 | @Override |
| 82 | public String getLSTformat(boolean useAny) |
| 83 | { |
| 84 | return "ABILITY=FEAT[" + ref.getLSTformat(useAny) + ']'; |
| 85 | } |
| 86 | |
| 87 | private <R> List<R> getList(PlayerCharacter pc, Ability a) |
| 88 | { |
nothing calls this directly
no test coverage detected