]> granicus.if.org Git - nethack/commit
cut trees and dug walls replaced by corridor symbols
authorcohrs <cohrs>
Sun, 11 Aug 2002 17:40:08 +0000 (17:40 +0000)
committercohrs <cohrs>
Sun, 11 Aug 2002 17:40:08 +0000 (17:40 +0000)
commit9d8782eb8f7372f1289eed8e955fc89cd6847ad5
treea87af57e92100a57f52439117bc53c26e62c6df2
parentb4b5a0fe526b353f5f6ee54e235f57c39e724542
cut trees and dug walls replaced by corridor symbols
- In various places, cutting down a tree would result in a corridor symbol
showing up, although trees are generally found in room-like areas.  Added
the missing checks.
- Trees were diggable except on mazelike levels.  Added the missing check.
- In a cavernous town like minetn-6, digging a wall would result in a
corridor symbol being displayed instead of a doorway.  This looked strange,
especially in the town.  Added a check for this, making use of the new
meaning of in_town(); non-town parts of this level still do CORR
replacement as expected.
src/dig.c
src/hack.c