mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
track money more precisely.
This commit is contained in:
@@ -19,7 +19,7 @@ interface IProps {
|
||||
export function General(props: IProps): React.ReactElement {
|
||||
function addMoney(n: number) {
|
||||
return function () {
|
||||
props.player.gainMoney(n);
|
||||
props.player.gainMoney(n, "other");
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user