mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 20:00:46 +00:00
allow targeting of all non-ally warships
This commit is contained in:
@@ -145,7 +145,6 @@ export class WarshipExecution implements Execution {
|
||||
(unit.type() !== UnitType.TradeShip ||
|
||||
(hasPort &&
|
||||
unit.dstPort()?.owner() !== this.warship.owner() &&
|
||||
!unit.dstPort()?.owner().isFriendly(this.warship.owner()) &&
|
||||
unit.isSafeFromPirates() !== true)),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user