summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-09 22:07:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-09 22:07:23 +0000
commit28ceef5fa32f62beca6fcaff73a255f75fc35739 (patch)
treece9d4dc9efcd32e256ccdbaf72c22cb21370d7d6 /crawl-ref
parent736d54113b3f4923892fd0060600e619dd29d9db (diff)
downloadcrawl-ref-28ceef5fa32f62beca6fcaff73a255f75fc35739.tar.gz
crawl-ref-28ceef5fa32f62beca6fcaff73a255f75fc35739.zip
Move Beogh's help text down one line to account for his new protection
from harm. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3560 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 15912b4f37..fad463d168 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2601,6 +2601,8 @@ void describe_god( god_type which_god, bool give_title )
{
if (you.religion == GOD_ZIN || you.religion == GOD_SHINING_ONE)
cgotoxy(1, get_number_of_lines(), GOTO_CRT);
+ else if (you.religion == GOD_BEOGH)
+ cgotoxy(1, get_number_of_lines() - 1, GOTO_CRT);
else
cgotoxy(1, get_number_of_lines() - 2, GOTO_CRT);