Fix bug where stations would ignore attacks
This commit is contained in:
parent
b11f30df0b
commit
a570fbadfc
@ -5436,6 +5436,10 @@ PriorityAIController.prototype.responseComponent_station_shipBeingAttacked = fun
|
||||
this.ship.target = whom;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// time to get one
|
||||
this.ship.target = whom;
|
||||
this.reconsiderNow();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user