From 789c8d12812481ef899b443c2dd6a346c99f4db9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 23 Jul 2009 14:06:36 +0000 Subject: Apply trunk r10384 to 0.5. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10385 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc index ff6580a31e..43cee85094 100644 --- a/crawl-ref/source/beam.cc +++ b/crawl-ref/source/beam.cc @@ -4826,7 +4826,7 @@ mon_resist_type bolt::apply_enchantment_to_monster(monsters* mon) } obvious_effect = true; - const int duration = you.skills[SK_INVOCATIONS] * 2 / 3 + 2; + const int duration = you.skills[SK_INVOCATIONS] * 3 / 4 + 2; mon->add_ench(mon_enchant(ENCH_SOUL_RIPE, 0, KC_YOU, duration * 10)); simple_monster_message(mon, "'s soul is now ripe for the taking."); return (MON_AFFECTED); -- cgit v1.2.3-54-g00ecf