This commit is contained in:
2
main.nut
2
main.nut
@@ -257,7 +257,7 @@ function BeeRewardClass::FindChallenge(cargo_index, distance, comp_id)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (prod_score > best_score) { // The accepting industry is better than what we have.
|
if (prod_score > best_score) { // The accepting industry is better than what we have.
|
||||||
prod_score = best_score;
|
best_score = prod_score;
|
||||||
best_accept = accept;
|
best_accept = accept;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user