mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
typo fix
Co-authored-by: ChrissiQ <1127719+ChrissiQ@users.noreply.github.com>
This commit is contained in:
parent
bd775f167e
commit
b4cce9b57f
@ -97,7 +97,7 @@ export class Product {
|
||||
marketTa2Price: IMap<number> = createCityMap<number>(0);
|
||||
|
||||
// Determines the maximum amount of this product that can be sold in one market cycle
|
||||
maxsll = 0
|
||||
maxsll = 0;
|
||||
constructor(params: IConstructorParams = {}) {
|
||||
this.name = params.name ? params.name : "";
|
||||
this.dmd = params.demand ? params.demand : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user