| 2905 | } |
| 2906 | |
| 2907 | void BattleView::orderCancelPsi() |
| 2908 | { |
| 2909 | if (battle.battleViewSelectedUnits.empty()) |
| 2910 | { |
| 2911 | return; |
| 2912 | } |
| 2913 | |
| 2914 | battle.battleViewSelectedUnits.front()->stopAttackPsi(*state); |
| 2915 | } |
| 2916 | |
| 2917 | void BattleView::orderPsiAttack(StateRef<BattleUnit> u, PsiStatus status, bool right) |
| 2918 | { |
no test coverage detected