Skip to content

Commit

Permalink
fix AB text
Browse files Browse the repository at this point in the history
  • Loading branch information
myangelkamikaze committed Dec 5, 2020
1 parent e01669b commit 2864c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ElectronicObserver/Window/FormBattle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,8 @@ void DisableHPBar(int index)
name = string.Format( "Base {0}", i + 1 );
isEscaped = false;
isLandBase = true;
bar.Text = "LB"; //note: Land Base (Landing Boat もあるらしいが考えつかなかったので)
// it's air base, not land base
bar.Text = "AB"; //note: Land Base (Landing Boat もあるらしいが考えつかなかったので)

}
else
Expand Down

0 comments on commit 2864c7c

Please sign in to comment.