summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-09-11 02:38:30 +0000
committerFate <fate-tmw@googlemail.com>2009-09-11 02:38:30 +0000
commit814dfe14cbc700c458143c32c0913adf7456f10c (patch)
tree7e4aa7c72541c0436da92564a51324575940c535 /conf
parenta4fa5ce1a07d1c4c5a880be31846f53bd67234ec (diff)
downloadserverdata-814dfe14cbc700c458143c32c0913adf7456f10c.tar.gz
serverdata-814dfe14cbc700c458143c32c0913adf7456f10c.tar.bz2
serverdata-814dfe14cbc700c458143c32c0913adf7456f10c.tar.xz
serverdata-814dfe14cbc700c458143c32c0913adf7456f10c.zip
Prefer bug legs for enchant-lifestone, as they have no other purpose outside of a very early quest (unlike maggot slimes)
Diffstat (limited to 'conf')
-rw-r--r--conf/magic.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index 5e243f23..45e5d02b 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -904,7 +904,7 @@ SPELL enchant-lifestone : "#G12" =
IN (MANA 15, CASTTIME 4000,
REQUIRE skill(caster, MAGIC) > level,
REQUIRE skill(caster, school) > level,
- (COMPONENTS ["MaggotSlime"] OR COMPONENTS["BugLeg"]
+ (COMPONENTS["BugLeg"] OR COMPONENTS ["MaggotSlime"]
OR COMPONENTS ["MauveHerb", "AlizarinHerb", "CobaltHerb", "GambogeHerb"]))
=> EFFECT CALL adjust_spellpower(school);
CALL default_effect();