// this code is taken from inferno hits
HitData hit = entity.rollHitLocation(ToHitData.HIT_NORMAL, ToHitData.SIDE_FRONT);
if (hit.getLocation() == Protomech.LOC_NMISS) {
r = new Report(6035);
r.subject = entity.getId();
r.indent(1);
addReport(r);
} else {
r = new Report(6690);
r.subject = entity.getId();
r.indent(1);