From c7cb588c7d65ade40727ab81e561cb10a409bb16 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 22 Aug 2008 11:33:09 +0000 Subject: Make ice and magma beams more resistible (25%, 35%). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6847 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref') 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); -- cgit v1.2.3-54-g00ecf