Added + for naval and ground units

This commit is contained in:
PeekabooSteam
2023-11-06 21:49:54 +00:00
parent dd811def07
commit 732ee2bbb9
3 changed files with 8 additions and 6 deletions

View File

@@ -1498,7 +1498,7 @@ export class NavyUnit extends Unit {
return {
showState: belongsToCommandedCoalition,
showVvi: false,
showHealth: false,
showHealth: true,
showHotgroup: true,
showUnitIcon: (belongsToCommandedCoalition || this.getDetectionMethods().some(value => [VISUAL, OPTIC, RADAR, IRST, DLINK].includes(value))),
showShortLabel: false,