summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/dat/descript/gods.txt2
-rw-r--r--crawl-ref/source/religion.cc4
2 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/descript/gods.txt b/crawl-ref/source/dat/descript/gods.txt
index e45a82463f..e0d7018b00 100644
--- a/crawl-ref/source/dat/descript/gods.txt
+++ b/crawl-ref/source/dat/descript/gods.txt
@@ -84,7 +84,7 @@ Zin grants followers the ability to preach to the unenlightened masses. With suf
%%%%
The Shining One powers
-Followers of the Shining One are surrounded by a halo that reveals their enemies to them. They gain power by killing evil beings. The Shining One will keep summoned and charmed allies on their side longer, should the allies prove worthy of the crusade. Followers will gain use of a divine shield to protect them in battle. Later, they can hurl blasts of cleansing flame that are particularly damaging to unholy beings. Eventually, they can ask the Shining One to send them powerful divine beings as allies. The Shining One may occasionally directly intervene to save a follower's life. With growing piety the Shining One will protect a follower's life force.
+Followers of the Shining One are surrounded by a halo that reveals their enemies to them. They gain power by killing evil beings. The Shining One will keep summoned and charmed allies on their side longer, should the allies prove worthy of the crusade. Followers will gain use of a divine shield to protect them in battle. Later, they can channel blasts of cleansing flame that are particularly damaging to unholy beings. Eventually, they can ask the Shining One to send them powerful divine beings as allies. The Shining One may occasionally directly intervene to save a follower's life. With growing piety the Shining One will protect a follower's life force.
%%%%
Kikubaaqudgha powers
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 40d7287db9..8d11b614ac 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -215,7 +215,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
{ "You and your allies can gain power from killing evil.",
"call upon the Shining One for a divine shield",
"",
- "hurl blasts of cleansing flame",
+ "channel blasts of cleansing flame",
"summon a divine warrior" },
// Kikubaaqudgha
{ "recall your undead slaves",
@@ -315,7 +315,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
{ "You and your allies can no longer gain power from killing evil.",
"call upon the Shining One for a divine shield",
"",
- "hurl blasts of cleansing flame",
+ "channel blasts of cleansing flame",
"summon a divine warrior" },
// Kikubaaqudgha
{ "recall your undead slaves",