summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-29 11:45:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-29 11:45:50 +0000
commit00af579c24de8cec2ed28065c30164f30ccac64e (patch)
tree7bf11cb690abbc5005fd8c58d93972caca59ecd7 /crawl-ref/source/tutorial.cc
parent45afdf8ec9515a1510b08acdde4e5f65b9c30262 (diff)
downloadcrawl-ref-00af579c24de8cec2ed28065c30164f30ccac64e.tar.gz
crawl-ref-00af579c24de8cec2ed28065c30164f30ccac64e.zip
Add gods' powers and abilities to their descriptions, viewable via ^!
(as well as when praying at an altar) and when searching the database. Texts might need to be tweaked a bit but it's a *huge* improvement. (Thanks to whoever had that idea!) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6216 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc9
1 files changed, 1 insertions, 8 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 803d7c4192..4a7979b991 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1384,15 +1384,8 @@ static void _new_god_conduct()
_get_tutorial_cols());
text.str("");
- formatted_message_history(print_god_likes(you.religion, true).c_str(),
- MSGCH_TUTORIAL, 0, _get_tutorial_cols());
- formatted_message_history(print_god_dislikes(you.religion, true).c_str(),
- MSGCH_TUTORIAL, 0, _get_tutorial_cols());
-
- text.str("");
text << "\nYou can check your god's likes and dislikes, as well as your "
- "current standing and divine abilites, at any time by typing "
- "<w>^</w> "
+ "current standing and divine abilites, by typing <w>^</w> "
#ifdef USE_TILE
"(alternatively press <w>Shift</w> while "
"<w>right-clicking</w> on your avatar)"