fix #H7585 - can't untrap from edge of pit
Attempting to untrap an adjacent location failed if you had escaped a pit, claiming that you couldn't reach. You can't reach the bottom of the pit if you're not in it, but you should be able to reach adjacent spots normally.
This commit is contained in:
@@ -207,6 +207,8 @@ if a migrating monster was killed off because there was no room on the
|
||||
which should never leave one (demon, golem, blob, &c)
|
||||
end of game while carrying Schroedinger's Box would reveal cat-or-corpse
|
||||
for inventory disclosure or put that info into dumplog, but not both
|
||||
attempting to untrap an adjacent trap while on the edge of--not in--a pit
|
||||
failed due to not being able to reach the floor
|
||||
|
||||
|
||||
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user