HitData hit = entityTarget.rollHitLocation(toHit.getHitTable(), toHit
.getSideTable(), waa.getAimedLocation(), waa.getAimingMode());
AmmoType atype = (AmmoType) ammo.getType();
if (atype.getAmmoType() == AmmoType.T_NARC) {
// narced
NarcPod pod = new NarcPod(ae.getOwner().getTeam(), hit
.getLocation());
r = new Report(3250);
r.subject = subjectId;
r.add(entityTarget.getDisplayName());
r.add(entityTarget.getLocationAbbr(hit));