diff options
-rw-r--r-- | conf/magic.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
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, |