From a5f05f0a4c3190aab06952080a04384070da3a93 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sun, 8 Nov 2009 02:08:48 -0800 Subject: describe.cc: Fix compile error. --- crawl-ref/source/describe.cc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-54-g00ecf