remove name, rebalance income

This commit is contained in:
evanpelle
2024-09-06 15:49:54 -07:00
parent 31a7ef393d
commit 0f37fc0c31
4 changed files with 18 additions and 12 deletions
@@ -51,6 +51,7 @@ export class BoatAttackExecution implements Execution {
if (this.attacker.boats().length >= mg.config().boatMaxNumber()) {
console.log('too many boats')
this.active = false
this.attacker.addTroops(this.troops)
return
}