summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-30 05:19:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-30 05:19:26 +0000
commit2405abe691e056d6ded4ed495c30090651b8a010 (patch)
treec4d181c192b77f1ec7d00ce2d589bb377af71a2b /crawl-ref/source/describe.cc
parente9c49344ae30fe4e976bb4695c4c0d22d0af802d (diff)
downloadcrawl-ref-2405abe691e056d6ded4ed495c30090651b8a010.tar.gz
crawl-ref-2405abe691e056d6ded4ed495c30090651b8a010.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7074 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index d11bee2fa9..a488a4aa3a 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3143,7 +3143,7 @@ void describe_god( god_type which_god, bool give_title )
}
else if (which_god == GOD_YREDELEMNUL)
{
- if (yred_injury_mirror())
+ if (yred_injury_mirror(false))
{
have_any = true;
cprintf("%s mirrors your injuries on your foes "