summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.cc
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2014-02-07 13:34:12 -0600
committerChris Campbell <chriscampbell89@gmail.com>2014-02-10 21:02:51 +0000
commit3fcccda608e7ba86139bccc754948cd42c478f21 (patch)
tree5ac802c6933a6006d04dcc6ccc97175cd194fc61 /crawl-ref/source/status.cc
parenta8f07b1d7ffb24825637ea889198faf24749f241 (diff)
downloadcrawl-ref-3fcccda608e7ba86139bccc754948cd42c478f21.tar.gz
crawl-ref-3fcccda608e7ba86139bccc754948cd42c478f21.zip
New spell: Summon Forest (L5 Summ/Tloc)
It temporarily changes nearby terrain to trees and water and summons a dryad.
Diffstat (limited to 'crawl-ref/source/status.cc')
-rw-r--r--crawl-ref/source/status.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/status.cc b/crawl-ref/source/status.cc
index 1ed2b91930..3ebcbfd5d8 100644
--- a/crawl-ref/source/status.cc
+++ b/crawl-ref/source/status.cc
@@ -163,6 +163,8 @@ static duration_def duration_data[] =
RED, "Sap", "sap magic", "Casting spells hinders your spell success." },
{ DUR_PORTAL_PROJECTILE, false,
LIGHTBLUE, "PProj", "portal projectile", "You are teleporting projectiles to their destination." },
+ { DUR_FORESTED, false,
+ YELLOW, "Forest", "", "" },
};
static int duration_index[NUM_DURATIONS];