Merge main into nations-nuke

This commit is contained in:
Scott Anderson
2025-04-02 21:40:19 -04:00
63 changed files with 3153 additions and 1581 deletions
+5 -1
View File
@@ -190,7 +190,11 @@ export class AttackExecution implements Execution {
tick(ticks: number) {
if (this.attack.retreated()) {
this.retreat(malusForRetreat);
if (this.attack.target().isPlayer()) {
this.retreat(malusForRetreat);
} else {
this.retreat();
}
this.active = false;
return;
}