if (e instanceof Mech || e instanceof BattleArmor) {
gunnery = 3;
piloting = 4;
if (m_client.game.getOptions()
.booleanOption("pilot_advantages")) {
PilotOptions ops = e.getCrew().getOptions();
ops.getOption("clan_pilot_training").setValue(true);
}
} else if (e instanceof Tank) {
gunnery = 5;
piloting = 6;
} else if (e instanceof Infantry) {