diff --git a/src/PersonObjects/Sleeve/Sleeve.ts b/src/PersonObjects/Sleeve/Sleeve.ts index 1d1274401..53c7f9ff9 100644 --- a/src/PersonObjects/Sleeve/Sleeve.ts +++ b/src/PersonObjects/Sleeve/Sleeve.ts @@ -206,7 +206,7 @@ export class Sleeve extends Person { retValue = this.gainExperience(p, successGainRates); this.gainMoney(p, this.gainRatesForTask); - p.karma -= crime.karma; + p.karma -= crime.karma*(this.sync / 100); } else { retValue = this.gainExperience(p, this.gainRatesForTask); }