-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flower and apple at same time counts as NoTouch #382
Comments
To add to this, if you touch flower early in replay with apples left and then take apples it counts as 0 apples regardless of how many you take. https://up.elma.online/u/gg4oype7yd/LC408.lev lc408one.rec touch flower, one apple, death: { finished: false, time: 22433, reason: 'NoTouch', apples: 0 } |
I found some more cases with DNF misdetection, hope it's okay to add them in here:
|
There seems to be an issue that if you touch flower and then pick last apple it counts the run as not finished (NoTouch).
From debugging the code it looks like the apple take event is last and the code checks only the last event. May have to check if there's other events also at the same time. Check this level and rec:
https://up.elma.online/u/eo497yn1xi/foodtest.lev
https://up.elma.online/u/9cyonu0cc3/foodtest.rec
Last four events in rec looks like this:
The text was updated successfully, but these errors were encountered: