From 322dff9581cecdeb8d45efefc12278d90b8d05a0 Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 6 May 2021 08:13:13 +0200 Subject: [PATCH] Fix belt path --- src/js/game/belt_path.js | 1 + translations/base-en.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/game/belt_path.js b/src/js/game/belt_path.js index c3b43dae..e2f803e1 100644 --- a/src/js/game/belt_path.js +++ b/src/js/game/belt_path.js @@ -114,6 +114,7 @@ export class BeltPath extends BasicSerializableObject { clearAllItems() { this.items = []; this.spacingToFirstItem = this.totalLength; + this.numCompressedItemsAfterFirstItem = 0; } /** diff --git a/translations/base-en.yaml b/translations/base-en.yaml index df52cdbb..565cf377 100644 --- a/translations/base-en.yaml +++ b/translations/base-en.yaml @@ -345,7 +345,7 @@ dialogs: puzzlePlayRegularRecommendation: title: Recommendation desc: >- - I strongly recommend playing the normal game to level 12 before attempting the puzzle DLC, otherwise you will have comprehension problems. Do you still want to continue? + I strongly recommend playing the normal game to level 12 before attempting the puzzle DLC, otherwise you may encounter mechanics not yet introduced. Do you still want to continue? puzzleShare: title: Short Key Copied