pr.damageRight = BrushOffAttackAction.getDamageFor(ae, BrushOffAttackAction.RIGHT);
baa.setArm(arm);
pr.rollRight = Compute.d6(2);
} else if (aaa instanceof ChargeAttackAction) {
ChargeAttackAction caa = (ChargeAttackAction) aaa;
toHit = caa.toHit(game);
if (caa.getTarget(game) instanceof Entity) {
Entity target = (Entity) caa.getTarget(game);
damage = ChargeAttackAction.getDamageFor(ae, target, game.getOptions().booleanOption("tacops_charge_damage"), toHit.getMoS());
} else {
damage = ChargeAttackAction.getDamageFor(ae);