@Override
 public int[] getBreathables() {
   return (breathables != null) ? breathables : myRace.getBreathables();
 }