'A' vs blindfold

Fix an inconsistency with blindfold removal, eliminating possibility
of a panic (3.6.0) or an impossible (since mid-December, 2016).  The
'A' command treated blindfold removal as a multi-turn operation, the
rest of the wear/unwear code as single-turn operation so didn't try
to guard against it being disrupted.
This commit is contained in:
PatR
2017-05-11 16:26:35 -07:00
parent f6b32bf03c
commit 4ed0e5fd6d
2 changed files with 26 additions and 2 deletions

View File

@@ -378,6 +378,8 @@ levitation vs encumbrance message sequencing issues: putting on boots of
levitation reported reduction of encumbrance before finish-wearing
and float-up messages, taking off such boots didn't report increase
of encumbrance until player took another action
removing a blindfold with 'A' took two turns, with 'R' (and 'T') only one,
and could result in a panic if the blindfold was stolen during removal
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository