summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
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)
{