public boolean allow(Language choice, PlayerCharacter pc, boolean allowStack) {
   return !pc.hasLanguage(choice);
 }