diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-06-01 12:20:22 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-01 15:25:32 -0600 |
commit | 260776b9001af6f8ebab74da2d47ec2fcc655e1e (patch) | |
tree | bec2f504277b2fdbef6dbdfd6087ee3a6c73d432 /conf/magic.conf.template | |
parent | d8eeb7fd8000b60611f657c2dd2fe094eac41cdf (diff) | |
download | serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.gz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.bz2 serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.xz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.zip |
More fixes for item labels
I am sorry about forgetting to check the scripts, I learnt that
mistake too late. This is the situation a few grep's later.
(I also updated the ignore list.)
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" = |