Added missing images, changed mop to da aaa

This commit is contained in:
Pax1601
2023-12-03 20:46:26 +01:00
parent 8fdb0d82e8
commit fbf435c799
5 changed files with 1513 additions and 1512 deletions

View File

@@ -795,7 +795,7 @@ export class UnitsManager {
this.#showActionMessage(units, `unit set to perform scenic AAA`);
}
/** Instruct units to enter into miss on purpose mode. Units will aim to the nearest enemy unit but not precisely.
/** Instruct units to enter into dynamic accuracy/miss on purpose mode. Units will aim to the nearest enemy unit but not precisely.
* @param units (Optional) Array of units to apply the control to. If not provided, the operation will be completed on all selected units.
*/
missOnPurpose(units: Unit[] | null = null) {