Patch Notes: Mar 02, 2025
[h2]Workbench[/h2]
[h2]Computer[/h2]
- 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.
[h2]Computer[/h2]
- 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.