mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-28 12:44:17 +00:00
Merge branch 'main' of https://github.com/openfrontio/OpenFrontIO into meta3
This commit is contained in:
@@ -380,7 +380,8 @@ export class RadialMenu implements Layer {
|
||||
});
|
||||
}
|
||||
if (
|
||||
actions.buildableUnits.some((bu) => bu.type == UnitType.TransportShip)
|
||||
actions.buildableUnits.find((bu) => bu.type == UnitType.TransportShip)
|
||||
?.canBuild
|
||||
) {
|
||||
this.activateMenuElement(Slot.Boat, "#3f6ab1", boatIcon, () => {
|
||||
// BestTransportShipSpawn is an expensive operation, so
|
||||
|
||||
Reference in New Issue
Block a user