yet more boulders: allow m<dir> to not push them

Allow a hero polymorphed into a giant to move to a boulder's spot
via m<dir> no-pickup move, instead of having to push it until the
way is blocked by something and then having push failure move hero
to the spot.

Also change m<dir> when not a giant to no longer push the boulder.
No time will elapse when not moving unless hero who didn't know
that there was a boulder there learns that one is.  Since no actual
push attempt gets performed, player doesn't learn whether there is
anything beyond the boulder that inhibits it from being pushed.
This commit is contained in:
PatR
2021-10-10 15:02:21 -07:00
parent b29168aa43
commit fc00ced6f4
2 changed files with 36 additions and 2 deletions

View File

@@ -639,6 +639,8 @@ blessed scroll of remove curse read while confused blesses or curses any
scroll cursed the secondary weapon, that would be dropped and further
object traversal would process items on the floor at hero's spot
instead of the rest of inventory
can now use m<dir> to try to move to an adjacent boulder's spot without
pushing it; hero poly'd into a giant will succeed, others will fail
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository