You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << std::endl << "============== No units fighting at current step ==============" << std::endl;
329
+
std::cout << std::endl << (attackers.isEmpty() ? "============== No units fighting at current step ==============" : "============== Units fighting at current step =================") << std::endl;
330
+
printUnitsFighting();
328
331
329
332
std::cout << std::endl << "============== Maintenance List Units =========================" << std::endl;
0 commit comments