(PCTemplate choice, PlayerCharacter pc, boolean allowStack)
| 173 | } |
| 174 | |
| 175 | @Override |
| 176 | public boolean allow(PCTemplate choice, PlayerCharacter pc, boolean allowStack) |
| 177 | { |
| 178 | return !pc.hasTemplate(choice); |
| 179 | } |
| 180 | |
| 181 | @Override |
| 182 | public PCTemplate decodeChoice(LoadContext context, String s) |
nothing calls this directly
no test coverage detected