Co-authored-by: ChrissiQ <1127719+ChrissiQ@users.noreply.github.com>
This commit is contained in:
ltoni90 2022-02-07 16:00:08 +01:00 committed by GitHub
parent bd775f167e
commit b4cce9b57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;