diff options
Diffstat (limited to 'conf/magic.conf.template')
-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 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(); |