when attacking by boat, attack execution only starts from boat pixel

This commit is contained in:
evanpelle
2024-09-04 20:06:20 -07:00
parent 2082b229b4
commit a92bebce05
8 changed files with 22 additions and 10 deletions
+2
View File
@@ -286,6 +286,8 @@ export class ClientGame {
attackerID: this.myPlayer.id(),
targetID: targetID,
troops: troops,
sourceX: null,
sourceY: null,
targetX: cell.x,
targetY: cell.y
})