Make rolling boulders hit walls and trees

While testing something else, I noticed rolling boulders
just ignored walls and trees; in normal play this isn't
a problem - but should probably make boulders handle other
terrain too.  Lava and water is already handled correctly.
This commit is contained in:
Pasi Kallinen
2023-10-21 18:42:40 +03:00
parent 9ea4a3a329
commit ff4f81af1b
2 changed files with 19 additions and 9 deletions

View File

@@ -1262,6 +1262,7 @@ buff scroll of confuse monster and blessed potion of monster detection
if a temple was entered while blind, #overview could show a line of just "."
when describing altars if no other interesting features on that level
were known
rolling boulders ignored walls and trees
Fixes to 3.7.0-x General Problems Exposed Via git Repository