mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
CORPORATION: Fix "Use same 'Sell Amount' for all cities" toggle for products (#775)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -7138,7 +7138,7 @@ export interface WarehouseAPI {
|
||||
* @param productName - Name of the product
|
||||
* @param amt - Amount to sell, can be "MAX"
|
||||
* @param price - Price to sell, can be "MP"
|
||||
* @param all - Sell in all city
|
||||
* @param all - Set sell amount and price in all cities
|
||||
*/
|
||||
sellProduct(
|
||||
divisionName: string,
|
||||
|
||||
Reference in New Issue
Block a user