summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-03 20:23:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-03 20:23:49 +0000
commitb16a25f6b98805c5347eb9e56090e930c530495f (patch)
treeca571a4dc463efd6d537479cb26aecb6b72e1dd7 /crawl-ref/source/spells4.cc
parent08ee245110666a0415595580de780e981b2b7197 (diff)
downloadcrawl-ref-b16a25f6b98805c5347eb9e56090e930c530495f.tar.gz
crawl-ref-b16a25f6b98805c5347eb9e56090e930c530495f.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7370 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index af2acc4cf8..bf66ec1c74 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -270,7 +270,7 @@ static int _shatter_walls(coord_def where, int pow, int garbage)
grd(where) = DNGN_FLOOR;
if (grid == DNGN_ORCISH_IDOL)
- did_god_conduct(DID_DESTROY_ORCISH_IDOL, 4);
+ did_god_conduct(DID_DESTROY_ORCISH_IDOL, 8);
return (1);
}
@@ -2029,7 +2029,7 @@ bool cast_fragmentation(int pow, const dist& spd)
explosion(beam, hole, true);
if (grid == DNGN_ORCISH_IDOL)
- did_god_conduct(DID_DESTROY_ORCISH_IDOL, 4);
+ did_god_conduct(DID_DESTROY_ORCISH_IDOL, 8);
}
else if (beam.damage.num == 0)
{