mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 07:37:56 +02:00
CORPORATION: Use accounting methods for all funds transactions (#949)
This commit is contained in:
@@ -116,7 +116,7 @@ export function SpecialLocation(props: SpecialLocationProps): React.ReactElement
|
||||
}
|
||||
|
||||
if (Player.corporation) {
|
||||
Player.corporation.funds += Player.corporation.revenue * 0.01;
|
||||
Player.corporation.gainFunds(Player.corporation.revenue * 0.01, "glitch in reality");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user