Programs grant int exp based on time

This commit is contained in:
tyasuh.taeragan@gmail.com
2021-10-29 20:27:20 -04:00
parent c2ed41fae2
commit afd34ef9ca
2 changed files with 2 additions and 2 deletions

View File

@@ -1293,7 +1293,7 @@ export function finishCreateProgramWork(this: IPlayer, cancelled: boolean): stri
}
if (!cancelled) {
this.gainIntelligenceExp(this.createProgramReqLvl / CONSTANTS.IntelligenceProgramBaseExpGain);
this.gainIntelligenceExp(CONSTANTS.IntelligenceProgramBaseExpGain * this.timeWorked/1000);
}
this.isWorking = false;