summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-22 09:16:21 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-22 09:16:21 +0000
commit9291d6fd9854cc88b30bf6739da38b3cface7052 (patch)
tree289f41d4c8b34973d98b97f6c87a97c8b5ec8d38
parentd88cf87c8830e4cddb975c978f466999462c65af (diff)
downloadcrawl-ref-9291d6fd9854cc88b30bf6739da38b3cface7052.tar.gz
crawl-ref-9291d6fd9854cc88b30bf6739da38b3cface7052.zip
[1562798] Updated Zin and the Shining One descriptions to reflect the fact that
they may bless weapons. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@63 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/describe.cc16
1 files changed, 9 insertions, 7 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index b3f04020c9..bca3575d66 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -6341,17 +6341,19 @@ void describe_god( int which_god, bool give_title )
case GOD_ZIN:
description = "Zin is an ancient and revered God, dedicated to the establishment of order" EOL
"and the destruction of the forces of chaos and night. Valued worshippers " EOL
- "can gain a variety of powers useful in the fight against the evil, but must" EOL
- "abstain from the use of necromancy and other forms of unholy magic." EOL
- "Zin appreciates long-standing faith as well as sacrifices of valued objects." EOL;
+ "can gain blessings on their weapons and a variety of powers useful in the" EOL
+ "fight against the evil, but must abstain from the use of necromancy and other" EOL
+ "forms of unholy magic. Zin appreciates long-standing faith as well as " EOL
+ "sacrifices of valued objects.";
break;
case GOD_SHINING_ONE:
description = "The Shining One is a powerful crusading deity, allied with Zin in the fight" EOL
- "against evil. Followers may be granted with the ability to summarily dispense" EOL
- "the wrath of heaven, but must never use any form of evil magic and should" EOL
- "fight honourably. The Shining One appreciates long-standing persistence in " EOL
- "the endless crusade, as well as the dedicated destruction of unholy creatures.";
+ "against evil. Followers may be granted blessings on their weapons and the " EOL
+ "ability to summarily dispense the wrath of heaven, but must never use any " EOL
+ "form of evil magic and should fight honourably. The Shining One appreciates" EOL
+ "long-standing persistence in the endless crusade, as well as the dedicated " EOL
+ "destruction of unholy creatures.";
break;
case GOD_KIKUBAAQUDGHA: