This commit is contained in:
Olivier Gagnon
2021-10-03 21:44:15 -04:00
8 changed files with 24 additions and 11 deletions
-1
View File
@@ -409,7 +409,6 @@ export class Sleeve extends Person {
return jobPerformance * this.company_rep_mult * favorMult;
} else {
console.warn(`Sleeve.getRepGain() called for invalid task type: ${this.currentTask}`);
return 0;
}
}