UI: Clarify why you can't buy 4S when disabled (#2311)

This commit is contained in:
Femboy Fireball
2025-10-04 21:45:42 +00:00
committed by GitHub
parent 4b8af02026
commit 8a2f8bb746
2 changed files with 99 additions and 70 deletions
+2 -2
View File
@@ -247,7 +247,7 @@ export function NetscriptStockMarket(): InternalAPI<TIX> {
},
purchase4SMarketData: (ctx) => () => {
if (Player.bitNodeOptions.disable4SData) {
helpers.log(ctx, () => "4S Market Data is disabled.");
helpers.log(ctx, () => "4S Market Data is disabled in advanced BitNode options.");
return false;
}
@@ -268,7 +268,7 @@ export function NetscriptStockMarket(): InternalAPI<TIX> {
},
purchase4SMarketDataTixApi: (ctx) => () => {
if (Player.bitNodeOptions.disable4SData) {
helpers.log(ctx, () => "4S Market Data is disabled.");
helpers.log(ctx, () => "4S Market Data is disabled in advanced BitNode options.");
return false;
}