summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
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}.",