Make crystal.sck compatible with ADVENTUR/CMD (and BeebScott) #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make crystal.sck compatible with ADVENTUR/CMD and BeebScott: (i) move all auto actions above all non-auto actions; and (ii) add explicit unconditional actions for GET HONEY and DROP VASE (in addition to the conditional actions that already exist) because once ADVENTUR/CMD has matched a GET HONEY or a DROP VASE action, it won't then activate AUTOGET or AUTODROP, even if the matched action's conditions failed to be met.
Discussion here: https://intfiction.org/t/scott-adams-interpreter-discrepancies/48864/17
I haven't tidied up the comments, but they probably do need tidying up.