summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 704ec52e2e..3bebee1834 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3920,10 +3920,9 @@ static std::string religion_help( god_type god )
+ std::string(god_name(god)) + " to bless a ";
result += (god == GOD_ZIN ? "mace" : "long sword");
result += ".";
- break;
}
break;
-
+
case GOD_LUGONU:
if (!player_under_penance() && you.piety > 160
&& !you.num_gifts[god])
@@ -3947,8 +3946,9 @@ static std::string religion_help( god_type god )
break;
case GOD_VEHUMET:
- result += "Vehumet assists you in casting Conjurations"
- " and Summonings during prayer.";
+ if (you.piety >= 50)
+ result += "Vehumet assists you in casting Conjurations"
+ " and Summonings during prayer.";
break;
default: