Skip to content

Commit 60e5515

Browse files
committed
Minor adjustment
1 parent bc78410 commit 60e5515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MekHQ/src/mekhq/campaign/market/personnelMarket/markets/PersonnelMarketMekHQ.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public void generateApplicants() {
257257

258258
int difference = applicantSkill - averageSkillLevel;
259259
for (int i = 0; i < difference; i++) {
260-
int interestRoll = Compute.randomInt(5); // TODO make this a campaign option
260+
int interestRoll = Compute.randomInt(10); // TODO make this a campaign option
261261

262262
if (interestRoll != 0) {
263263
notInterested = true;

0 commit comments

Comments
 (0)