Sleeves earnings is now tracked in Character Stats Money

This commit is contained in:
Olivier Gagnon
2021-05-17 22:03:48 -04:00
parent 7a1fdd6c28
commit 218a9dd250
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -334,6 +334,7 @@ export class Sleeve extends Person {
this.earningsForTask.money += gain;
this.earningsForPlayer.money += gain;
p.gainMoney(gain);
p.recordMoneySource(gain, 'sleeves');
}
/**