Пример #1
0
 public boolean allow(Language choice, PlayerCharacter pc, boolean allowStack) {
   return !pc.hasLanguage(choice);
 }