Include transport ship on init of MainRadialMenu too

This commit is contained in:
VariableVince
2026-02-14 08:25:40 +01:00
parent b519d854f4
commit b063b8840e
+1 -1
View File
@@ -95,7 +95,7 @@ export class MainRadialMenu extends LitElement implements Layer {
this.clickedTile = this.game.ref(worldCoords.x, worldCoords.y);
this.game
.myPlayer()!
.actions(this.clickedTile)
.actions(this.clickedTile, BuildableUnitsTransportShip.Include)
.then((actions) => {
this.updatePlayerActions(
this.game.myPlayer()!,