summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 03:54:38 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 03:54:38 +0000
commit209572b6a2c8971afb792650557361fadeed50cf (patch)
tree50c04c97b2e96cc182bf1bb29a27ad7c6be82cef /crawl-ref/source/acr.cc
parent456ef571fa108e2dd5b3eeea46ac7f4b80fa9d96 (diff)
downloadcrawl-ref-209572b6a2c8971afb792650557361fadeed50cf.tar.gz
crawl-ref-209572b6a2c8971afb792650557361fadeed50cf.zip
Update tutorial message to account for (most of) Yred's followers' being
able to equip themselves. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5829 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 3609636e6a..3d4e2e1465 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1959,8 +1959,8 @@ void process_command( command_type cmd )
{
mpr("Only intelligent permanent allies may equip themselves, "
"and these two restrictions are only met by allies of the "
- "followers of two gods in the pantheon: the Shining One "
- "and Beogh.", MSGCH_TUTORIAL);
+ "followers of three gods in the pantheon: the Shining "
+ "One, Yredelemnul, and Beogh.", MSGCH_TUTORIAL);
}
break;
}