summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2010-01-10 17:12:16 -0500
committerCharles Otto <ottochar@gmail.com>2010-01-10 19:48:35 -0500
commit63a5074a966506be65fd85d3ca898cc68910432f (patch)
tree009fd778373bc51aa8d0e0ab65fb5c17b35bb375 /crawl-ref/source/religion.cc
parente0d3f22102f97826db987c83844cabde88365bef (diff)
downloadcrawl-ref-63a5074a966506be65fd85d3ca898cc68910432f.tar.gz
crawl-ref-63a5074a966506be65fd85d3ca898cc68910432f.zip
Adjust the activation cost of evolution and change Fedhas ability order
Change Fedhas ability order to: decomposition - evolution - sunlight - growth - spores - rain and adjust the activation cost/casting difficulty of evolutino to be more reasonable for a low level ability. Also change the corresponding religion titles for these abilities.
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 25407604c8..aba33ed8b4 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -299,11 +299,11 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Jiyva to remove your harmful mutations"
},
// Fedhas
- { "call sunshine",
+ { "induce evolution",
+ "call sunshine",
"cause a ring of plants to grow",
- "control the weather",
"spawn explosive spores",
- "induce evolution"
+ "control the weather"
},
// Cheibriados
{ "Cheibriados is slowing your {biology}.",
@@ -406,11 +406,11 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Jiyva to remove your harmful mutations"
},
// Fedhas
- { "call sunshine",
+ { "induce evolution",
+ "call sunshine",
"cause a ring of plants to grow",
- "control the weather",
"spawn explosive spores",
- "induce evolution"
+ "control the weather"
},
// Cheibriados
{ "Cheibriados will no longer slow your {biology}.",