summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 13be59da12..207a644868 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3232,11 +3232,11 @@ bool thrown_object_destroyed(item_def *item, const coord_def& where,
if (brand == SPMSL_STEEL)
chance *= 10;
if (brand == SPMSL_FLAME)
- chance -= 2;
- if (brand == SPMSL_FROST) // ice seems less destructive to the missile, right?
- chance -= 1;
+ chance /= 2;
+ if (brand == SPMSL_FROST)
+ chance /= 2;
if (brand == SPMSL_REAPING)
- chance -= 3;
+ chance /= 4;
}
// Enchanted projectiles get an extra shot at avoiding