Restore process for setting attacker to stn target during station.offenceCommittedNearby

master
phkb 2018-10-30 09:34:30 +11:00
parent 8c6affaf81
commit 26d169aa05
1 changed files with 1 additions and 1 deletions

View File

@ -6028,8 +6028,8 @@ PriorityAIController.prototype.responseComponent_station_offenceCommittedNearby
{
if (this.ship.alertCondition == 1) this.ship.increaseAlertLevel();
this.ship.increaseAlertLevel();
this.ship.target = attacker;
}
this.ship.target = attacker;
this.reconsiderNow();
}
}