The Tarkus bomb lights out mission appears to be unwinnable. The code reaches the non interactive state and does not run
Manually triggering the
There is possibly an issue with the return and trigger of the window.showDialog() function in regards to the Puzzle modal.
All the other variables seem to function as expected when victory is set to true.
It just appears that the
This may just be a timing issue as well since pausing tediously every step lead to a success.
Anyways, Godspeed.
a.props.onSuccess()
.Manually triggering the
f: function()
on line 258482 finishes the game as expected.There is possibly an issue with the return and trigger of the window.showDialog() function in regards to the Puzzle modal.
All the other variables seem to function as expected when victory is set to true.
It just appears that the
l = function()
is never called.This may just be a timing issue as well since pausing tediously every step lead to a success.
Anyways, Godspeed.