mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:00:42 +00:00
Include transport ship on init of MainRadialMenu too
This commit is contained in:
@@ -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()!,
|
||||
|
||||
Reference in New Issue
Block a user