summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-09 14:46:00 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-09 14:46:00 +0200
commit6fb64ab3ac64b81a0891bdbbdd5c0b5d2d9b933c (patch)
tree890a713803c73b7412c3dc3192f40998a827ec0f /crawl-ref/docs
parent477b8798b39a01bf4a73697eefe0ae131a12d47d (diff)
downloadcrawl-ref-6fb64ab3ac64b81a0891bdbbdd5c0b5d2d9b933c.tar.gz
crawl-ref-6fb64ab3ac64b81a0891bdbbdd5c0b5d2d9b933c.zip
Trees -- a new wall type, can be seen through (2nd square blocks LOS).
Available as 't' for vault builders. Can be ignited using wands of fire, but the fire can't be controlled.
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/level_design.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/docs/develop/level_design.txt b/crawl-ref/docs/develop/level_design.txt
index 6c973d6220..0ddde1d32b 100644
--- a/crawl-ref/docs/develop/level_design.txt
+++ b/crawl-ref/docs/develop/level_design.txt
@@ -156,6 +156,7 @@ Terrain
v - metal wall - grounds electricity (DNGN_METAL_WALL)
b - crystal wall - reflects cold and fire (DNGN_GREEN_CRYSTAL_WALL)
a - wax wall - can melt (DNGN_WAX_WALL)
+ t - trees - a single square doesn't block LOS (DNGN_TREES)
. - floor (DNGN_FLOOR)
+ - closed door (DNGN_CLOSED_DOOR)