summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 14:55:31 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 14:55:31 +0000
commite40ab62d5ac6d71bf3e2a1be0a4e2b389a3f8b66 (patch)
tree1b2ed8377fd37c70f9c129bb07c118344cf44ee6
parent91dc165558fb7285d2d23550f005c221614ef1f7 (diff)
downloadcrawl-ref-e40ab62d5ac6d71bf3e2a1be0a4e2b389a3f8b66.tar.gz
crawl-ref-e40ab62d5ac6d71bf3e2a1be0a4e2b389a3f8b66.zip
Improve Nemelex descriptions (Haran).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6341 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/dat/descript/features.txt2
-rw-r--r--crawl-ref/source/describe.cc2
-rw-r--r--crawl-ref/source/religion.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/descript/features.txt b/crawl-ref/source/dat/descript/features.txt
index 9681f8837a..0666d64088 100644
--- a/crawl-ref/source/dat/descript/features.txt
+++ b/crawl-ref/source/dat/descript/features.txt
@@ -22,7 +22,7 @@ dungeon, there are others trying to make a living by traveling from place
to place. Bazaars feature a number of different shops and often have better
stock than the sedentary ones, sometimes even at a bargain.
Once you hear the clinking of coins, be sure to hurry up and find the
-impromptu marketplace before the carawan moves on!
+impromptu marketplace before the caravan moves on!
Also be warned that their nomadic lifestyle has taught these sellers to
appropriate any items an adventurer might leave behind, and then leave
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index c64306b9fe..760fea6722 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2814,7 +2814,7 @@ static void _detailed_god_description(god_type which_god)
" decks of Dungeons -- jewellery, books, "
"miscellaneous items" EOL
" decks of Summoning -- corpses" EOL
- " decks of Wonders -- consumables: potions, "
+ " decks of Wonders -- consumables: food, potions, "
"scrolls, wands" EOL;
}
default:
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index eba5c836c5..cc6156923b 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -527,7 +527,7 @@ std::string get_god_likes(god_type which_god, bool verbose)
case GOD_NEMELEX_XOBEH:
snprintf(info, INFO_SIZE, "sacrifice items%s",
- verbose ? " (by standing over them and praying)" : "");
+ verbose ? " (by standing over them and <w>p</w>raying)" : "");
likes.push_back(info);
break;