From a54895a2925c66a64b9abf5408133ea3099b8197 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 29 Jul 2010 17:12:31 +0200 Subject: make-concentration-potion: s/Petal/PinkPetal/ Petal was renamed to PinkPetal some time ago, however this lvl3 magic spell is still broken. Signed-off-by: Jared Adams --- conf/magic.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 87f8b49c..f71c7be0 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -529,7 +529,7 @@ SPELL make-concentration-potion : "#T15" = IN (MANA 8, CASTTIME 5000, REQUIRE skill(caster, MAGIC) > level, REQUIRE skill(caster, school) > level, - COMPONENTS ["BottleOfWater", 2 * "CobaltHerb", 2 * "Petal"]) + COMPONENTS ["BottleOfWater", 2 * "CobaltHerb", 2 * "PinkPetal"]) => EFFECT CALL adjust_spellpower(school); CALL default_effect(); CALL create_item( if_then_else(random(2000 + experience) < experience, "ConcentrationPotion", "DarkConcentrationPotion"), 1, -- cgit v1.2.3-60-g2f50