We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc78410 commit 60e5515Copy full SHA for 60e5515
MekHQ/src/mekhq/campaign/market/personnelMarket/markets/PersonnelMarketMekHQ.java
@@ -257,7 +257,7 @@ public void generateApplicants() {
257
258
int difference = applicantSkill - averageSkillLevel;
259
for (int i = 0; i < difference; i++) {
260
- int interestRoll = Compute.randomInt(5); // TODO make this a campaign option
+ int interestRoll = Compute.randomInt(10); // TODO make this a campaign option
261
262
if (interestRoll != 0) {
263
notInterested = true;
0 commit comments