summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-18 05:15:31 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-18 05:15:31 +0000
commiteee48f0d9395d0c654d6bde57d7ee194b4af79b2 (patch)
treee3684559fb61af3370c208b26ca9b8c57eb55e4e /crawl-ref/source/status.cc
parenta726785d79ffb50c0de99ec9a377efda8a11bcba (diff)
parent7bb2d9cc7836f2801166a53ab5447280cc8411ce (diff)
downloadcrawl-ref-eee48f0d9395d0c654d6bde57d7ee194b4af79b2.tar.gz
crawl-ref-eee48f0d9395d0c654d6bde57d7ee194b4af79b2.zip
Merge branch 'summon_spells'
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 7682b7135f..776729dd7c 100644
--- a/crawl-ref/source/status.cc
+++ b/crawl-ref/source/status.cc
@@ -161,6 +161,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];