summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 14ff401e29..ba2d50f12b 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -1899,10 +1899,10 @@ static inline int get_resistible_fraction(beam_type flavour)
{
// Assume ice storm and ice bolt are mostly solid.
case BEAM_ICE:
- return (15);
+ return (25);
case BEAM_LAVA:
- return (30);
+ return (35);
case BEAM_POISON_ARROW:
return (40);