diff options
Diffstat (limited to 'conf/magic.conf.template')
-rw-r--r-- | conf/magic.conf.template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index c55012d6..17d4b627 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -294,7 +294,7 @@ SPELL lesser-heal (target : STRING) : "#L00" = REQUIRE skill(caster, MAGIC) > level, REQUIRE if_then_else(failed(pc(target)), 1, rdistance(location(caster), location(pc(target))) < 2 + (spellpower / 100)), - (COMPONENTS ["LifeStone"])) + (COMPONENTS ["Lifestone"])) => EFFECT CALL adjust_spellpower(school); CALL default_effect(); IF failed(pc(target)) @@ -470,7 +470,7 @@ SPELL make-tanktop : "#T12" = COMPONENTS [4 * "CottonCloth"]) => EFFECT CALL adjust_spellpower(school); CALL default_effect(); - CALL create_item("WhiteTankTop", 1, "CottonCloth", 350); + CALL create_item("TankTop", 1, "CottonCloth", 350); CALL gain_xp(2); SPELL make-short-tanktop : "#T13" = @@ -482,7 +482,7 @@ SPELL make-short-tanktop : "#T13" = COMPONENTS [3 * "CottonCloth"]) => EFFECT CALL adjust_spellpower(school); CALL default_effect(); - CALL create_item("WhiteShortTankTop", 1, "CottonCloth", 250); + CALL create_item("ShortTankTop", 1, "CottonCloth", 250); CALL gain_xp(2); SPELL make-iron-powder : "#T14" = @@ -887,7 +887,7 @@ SPELL enchant-lifestone : "#G12" = OR COMPONENTS ["MauveHerb", "AlizarinHerb", "CobaltHerb", "GambogeHerb"])) => EFFECT CALL adjust_spellpower(school); CALL default_effect(); - create_item(caster, "LifeStone", 1); + create_item(caster, "Lifestone", 1); CALL gain_xp(1); SPELL sense-spouse : "#G13" = |