Skip to content

Commit

Permalink
Rolled back push to wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
IllianiCBT committed Oct 21, 2024
1 parent c325999 commit e3fd3b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static void initializeCampaignState(AtBContract contract, Campaign campai
// scenarios
// when objective is allied/hostile facility, place those facilities

int numTracks = Math.max(1, contract.getRequiredLances() / NUM_LANCES_PER_TRACK);
int numTracks = contract.getRequiredLances() / NUM_LANCES_PER_TRACK;
int planetaryTemperature = campaign.getLocation().getPlanet().getTemperature(campaign.getLocalDate());

for (int x = 0; x < numTracks; x++) {
Expand Down

0 comments on commit e3fd3b7

Please sign in to comment.