fix leaving the tutorial levels
While running the tutorial, the Save command is disabled. When the tutorial was extended to two levels, stashing and restoring the hero's equipment stopped working as intended if player entered the second level. The attempted fix for that broke re-enabling Save even if the player left the tutorial without entering its second level. This seems to fix things, but I'm flailing around with barely a clue here. A couple of simpler attempts didn't work and I haven't figured out why, so this is a bit more complex than what I wanted. Reorganizing nhl_callback() isn't part of the fix, just avoids use of some redundant code.
This commit is contained in:
@@ -1618,6 +1618,8 @@ when a magic whistle moved a hidden pet it brought that out of hiding and
|
||||
entering the tutorial stashed hero's equipment for eventual return to normal
|
||||
play but going down stairs to the second tutorial level returned it
|
||||
too soon and allowed any items gathered on the first level to be kept
|
||||
entering the tutorial disables the Save command; exiting it is supposed to
|
||||
re-enable that but the change to fix the second level broke that
|
||||
entering the tutorial and then returning to play made the tutorial branch be
|
||||
eligible for a portal destination via wizard's Eye of the Aethiopica
|
||||
'hard helmet' was based on being metallic so overlooked crystal helmet
|
||||
|
||||
Reference in New Issue
Block a user