Skip to content

Commit

Permalink
Update shop-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynarus authored Mar 24, 2021
1 parent cc1fe7d commit b5bed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game-engine/config/shop-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Shop {
this.rateModifier = modifier;
this.originalStock = stock;
this.container = new ItemContainer(40);
this.containerSubscription = this.container.containerUpdated.subscribe((_update: ContainerUpdateEvent) => this.updateCustomers())
this.containerSubscription = this.container.containerUpdated.subscribe((_update: ContainerUpdateEvent) => this.updateCustomers());
this.customers = [];
this.resetShopStock();
}
Expand Down

0 comments on commit b5bed41

Please sign in to comment.