balance infiltrate synthoids

This commit is contained in:
Olivier Gagnon
2022-05-20 18:18:42 -04:00
parent 34b099c050
commit 27a8582df8
9 changed files with 76 additions and 488 deletions

View File

@@ -382,7 +382,7 @@ export function recordMoneySource(this: PlayerObject, amt: number, source: strin
this.moneySourceB.record(amt, source);
}
export function gainHackingExp(this: IPlayer, exp: number): void {
export function gainHackingExp(this: IPerson, exp: number): void {
if (isNaN(exp)) {
console.error("ERR: NaN passed into Player.gainHackingExp()");
return;