summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-02 19:24:03 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-02 19:24:03 +0000
commite0906f57dbf4de544ed6151e7218604e222411f8 (patch)
treea87588149cde1d2c078a396fed0138b32c537fbc /crawl-ref/source
parentd6f3433f9268023825b441724eb7b81e0e272af8 (diff)
downloadcrawl-ref-e0906f57dbf4de544ed6151e7218604e222411f8.tar.gz
crawl-ref-e0906f57dbf4de544ed6151e7218604e222411f8.zip
"Channel" rather than "hurl" blasts of cleansing flame. (Zannick)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10481 c06c8d41-db1a-0410-9941-cceddc491573
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",