diff options
author | Helmut Grohne <helmut@subdivi.de> | 2010-07-29 17:12:31 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-08-01 17:08:31 -0600 |
commit | a54895a2925c66a64b9abf5408133ea3099b8197 (patch) | |
tree | ae7fda38e78d8bfdfef6c90caf64df7cca82c3eb /conf | |
parent | de412c1946b5ab117140b04858157c50360c885e (diff) | |
download | serverdata-a54895a2925c66a64b9abf5408133ea3099b8197.tar.gz serverdata-a54895a2925c66a64b9abf5408133ea3099b8197.tar.bz2 serverdata-a54895a2925c66a64b9abf5408133ea3099b8197.tar.xz serverdata-a54895a2925c66a64b9abf5408133ea3099b8197.zip |
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 <jaxad0127@gmail.com>
Diffstat (limited to 'conf')
-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, |