mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
MISC: Do not round return value of getBonusTime APIs (#1961)
This commit is contained in:
@@ -396,7 +396,7 @@ export function NetscriptStockMarket(): InternalAPI<TIX> {
|
||||
},
|
||||
getBonusTime: (ctx) => () => {
|
||||
checkTixApiAccess(ctx);
|
||||
return Math.round(StockMarket.storedCycles / 5) * 1000;
|
||||
return StockMarket.storedCycles * 200;
|
||||
},
|
||||
nextUpdate: (ctx) => () => {
|
||||
checkTixApiAccess(ctx);
|
||||
|
||||
Reference in New Issue
Block a user