Skip to content

Commit

Permalink
Bombing fit bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
Jebzou committed Feb 16, 2024
1 parent 8c35ebe commit cb308f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public void ProcessShipDataChanged(string _, dynamic data)

// There's no way to get accuracy bonus from the API
theoricalBonus.Accuracy = 0;
// Same for bombing
theoricalBonus.Bombing = 0;

FitBonusValue actualBonus = ship.GetFitBonus();

Expand Down

0 comments on commit cb308f7

Please sign in to comment.