summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2014-05-09 15:43:17 -0500
committerreaverb <reaverb.Crawl@gmail.com>2014-05-28 01:14:19 -0400
commit8f604238169594948847a0f312de6f98fb107124 (patch)
tree6136bd93c1943f57a4923cbff38616778e42d1c2 /crawl-ref/source/describe.cc
parent7aedcd24e1be3ed58fef9542786c1a194e4c07d0 (diff)
downloadcrawl-ref-8f604238169594948847a0f312de6f98fb107124.tar.gz
crawl-ref-8f604238169594948847a0f312de6f98fb107124.zip
Change Nemelex piety gain to piety from exploration.
Nemelex no longer accepts sacrifices or grants piety for using decks.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc16
1 files changed, 1 insertions, 15 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index da4774ffe9..04be6966f4 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -4241,12 +4241,6 @@ static string _religion_help(god_type god)
"square.";
break;
- case GOD_NEMELEX_XOBEH:
- result += "You can pray to sacrifice all items on your square. "
- "Inscribe items with !p, !* or =p to avoid sacrificing "
- "them accidentally.";
- break;
-
case GOD_FEDHAS:
if (you.piety >= piety_breakpoint(0))
{
@@ -4550,15 +4544,7 @@ static void _detailed_god_description(god_type which_god)
case GOD_NEMELEX_XOBEH:
if (which_god == you.religion)
{
- broken = "The piety increase when sacrificing mostly depends "
- "on the value of the item. To prevent items from "
- "being accidentally sacrificed, you can "
- "<w>i</w>nscribe them with <w>!p</w> (protects the "
- "whole stack), with <w>=p</w> (protects only the "
- "item), or with <w>!D</w> (causes item to be ignored "
- "in sacrifices)."
- "\n\n"
- "The power of Nemelex Xobeh's abilities and of the "
+ broken = "The power of Nemelex Xobeh's abilities and of the "
"cards' effects is governed by Evocations skill "
"instead of Invocations.";
}