(boolean useAny)
| 65 | } |
| 66 | |
| 67 | @Override |
| 68 | public String getLSTformat(boolean useAny) |
| 69 | { |
| 70 | return getTokenName() + '=' + school.getLSTformat(false); |
| 71 | } |
| 72 | |
| 73 | @Override |
| 74 | public boolean allow(PlayerCharacter pc, Spell spell) |
nothing calls this directly
no test coverage detected