Lawnmowwer is working!

Done with the lawnmower section of the puzzle.
This commit is contained in:
2025-09-22 11:31:02 +02:00
parent 8ed40e137c
commit 2923ba0851
6 changed files with 190 additions and 22 deletions

View File

@@ -184,6 +184,8 @@ public class PuzzleManager : MonoBehaviour
/// </summary>
public bool IsStepUnlocked(PuzzleStepSO step)
{
BuildRuntimeDependencies();
UnlockInitialSteps();
return unlockedSteps.Contains(step);
}