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
+1
View File
@@ -67,6 +67,7 @@ export class BotExecution implements Execution {
this.bot.troops() / 20,
this.bot.id(),
toAttack.isPlayer() ? toAttack.id() : null,
null,
null
))
}