fix for 'R' on armor ignoring 'T's restrictions
Reported directly to devteam, the 'R' command would let you take off
a suit from under a cloak or a shirt from under a suit and/or a cloak,
and it didn't require any extra turns. 'T' doesn't allow either of
those. ('A' lets you take off a suit from under a cloak, adding in
extra turns to implicitly take the cloak off and put it back on,
but doesn't allow the same for shirt.)
'R' also let you attempt to take off embedded dragon scales if you
were wearing 2 or more accessories (or just 1 with paranoid_confirm
set for takeoff/remove), which triggered impossible "select_off:
<scales object> (embedded in skin)???".
This commit is contained in:
@@ -157,6 +157,9 @@ issues with Warning when you're adjacent to an undetected hider; clearly you
|
||||
are aware a monster is present so this causes you to search it out
|
||||
allow lookup of names like Hachi when selecting monsters from the map
|
||||
lookup "More Info?" prompt will now tell you what it will look for on 'y'
|
||||
using 'R' on armor would bypass some restrictions imposed by 'T' (inner layer
|
||||
could be taken off from under outer layer, embedded scales could be
|
||||
attempted but triggered "select_off" impossible)
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
|
||||
Reference in New Issue
Block a user