Merge branch 'main' into local-attack

This commit is contained in:
Aotumuri
2026-01-29 12:45:45 +09:00
committed by GitHub
161 changed files with 9232 additions and 2455 deletions
+1 -7
View File
@@ -72,13 +72,7 @@ export class Executor {
case "spawn":
return new SpawnExecution(this.gameID, player.info(), intent.tile);
case "boat":
return new TransportShipExecution(
player,
intent.targetID,
intent.dst,
intent.troops,
intent.src,
);
return new TransportShipExecution(player, intent.dst, intent.troops);
case "allianceRequest":
return new AllianceRequestExecution(player, intent.recipient);
case "allianceRequestReply":