mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 15:54:36 +00:00
fixed comment
This commit is contained in:
@@ -200,8 +200,8 @@ export class TransportShipExecution implements Execution {
|
||||
}
|
||||
|
||||
if (this.boat.retreating()) {
|
||||
// Compute retreat destination once, based on the closest shore tile owned
|
||||
// by the boat owner at the moment the retreat is ordered.
|
||||
// calculate retreat destination once based on the closest shore tile owned
|
||||
// by boat owner when retreat is ordered
|
||||
if (this.retreatDst === null) {
|
||||
const retreatOwner = this.boat.owner();
|
||||
this.attacker = retreatOwner;
|
||||
|
||||
Reference in New Issue
Block a user