summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-13 18:19:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-13 18:19:23 +0000
commit5f025c63e5bdba6322e7be02a00bb4e0ca1d71ae (patch)
tree90d8f98dee0777450df356118eb3ebe65dd628b4 /crawl-ref/source/acr.cc
parent1a948e502af725e1e44f2f6e2431c68a6ac0f266 (diff)
downloadcrawl-ref-5f025c63e5bdba6322e7be02a00bb4e0ca1d71ae.tar.gz
crawl-ref-5f025c63e5bdba6322e7be02a00bb4e0ca1d71ae.zip
Revert some uses of MAX_PIETY; xom_acts() takes a power value, not a
piety value. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5780 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 2677bff431..d108bbaf07 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -917,7 +917,7 @@ static void _handle_wizard_command( void )
break;
case 'X':
- xom_acts(abs(you.piety - (MAX_PIETY / 2)));
+ xom_acts(abs(you.piety - 100));
break;
case 'z':