summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-08 02:08:48 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-08 02:08:48 -0800
commita5f05f0a4c3190aab06952080a04384070da3a93 (patch)
treefcf517d4b3402697bbf023c03f5e9b0786adca06 /crawl-ref/source/describe.cc
parent23433172af7418c9cf15d24518e80a514b4ec7ae (diff)
downloadcrawl-ref-a5f05f0a4c3190aab06952080a04384070da3a93.tar.gz
crawl-ref-a5f05f0a4c3190aab06952080a04384070da3a93.zip
describe.cc: Fix compile error.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 2239229119..b6ebe5c0d5 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3145,6 +3145,7 @@ static std::string _religion_help(god_type god)
break;
case GOD_SHINING_ONE:
+ {
result += "You can pray at an altar to sacrifice evil items.";
int halo_size = you.halo_radius();
if (halo_size > 0)
@@ -3171,6 +3172,7 @@ static std::string _religion_help(god_type god)
"blessed, especially a long blade.";
}
break;
+ }
case GOD_LUGONU:
if (!player_under_penance() && you.piety > 160