final Entity attacker = getEntity(game);
final Coords apos = attacker.getPosition();
final Targetable target = getTarget(game);
final Coords tpos = target.getPosition();
if (attacker.usedSearchlight()) {
r = new Report(3450);
r.subject = this.getEntityId();
r.add(attacker.getDisplayName());
r.newlines = 1;
reports.addElement(r);