mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-04-04 17:31:29 +02:00
Sleeves karma gain scales with sync.
This commit is contained in:
@ -206,7 +206,7 @@ export class Sleeve extends Person {
|
|||||||
retValue = this.gainExperience(p, successGainRates);
|
retValue = this.gainExperience(p, successGainRates);
|
||||||
this.gainMoney(p, this.gainRatesForTask);
|
this.gainMoney(p, this.gainRatesForTask);
|
||||||
|
|
||||||
p.karma -= crime.karma;
|
p.karma -= crime.karma*(this.sync / 100);
|
||||||
} else {
|
} else {
|
||||||
retValue = this.gainExperience(p, this.gainRatesForTask);
|
retValue = this.gainExperience(p, this.gainRatesForTask);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user