mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Sleeves karma gain scales with sync.
This commit is contained in:
parent
8b812b92cc
commit
3a31ebdce3
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user