Full notes
Full Lambda Enigma update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Fixes
- Gameplay
Workbench
Fixed a small visual glitch in which an externally attached gear was slightly clipping through the inside of a puzzle.
Improved the "Misoriented Gear" tablet puzzle so that calling `rotate` multiple times actually does cause multiple side effects, as the player might expect when experimenting to see how side effects work, despite the fact that their solution is incorrect.
Improved the "Jumbled Gears" tablet puzzle so that its side effects follow the new standard behavior as well.
Improved the "Red Light, Green Light" laser tablet puzzle. Renamed it to "Hyper Activity" and changed it from tuples, which are the gear-focused theme, to lambdas, which are the laser-focused theme.
Patched an unintended solution in the "Splitting Gears" tablet puzzle.
Patched an unintended solution in the "Sliding Gears" tablet puzzle.
Fixed a very rare bug in the tablet puzzle infrastructure that could cause valid code to be misinterpreted as invalid, in one particular scenario.
Suppressed the failure vignette that is briefly displayed after correctly solving the code part of a tablet puzzle while the machine part of the puzzle is still unsolved.
Computer
Removed the fade out effect from an error highlight, while an error message is displayed to the player and a section of the code is error highlighted, so that the correlation cannot be easily missed.
Source
Changelog.gg summarizes and formats this update. How we read updates.
