From 260776b9001af6f8ebab74da2d47ec2fcc655e1e Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Mon, 1 Jun 2009 12:20:22 +0200 Subject: 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.) --- conf/magic.conf.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf') 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" = -- cgit v1.2.3-60-g2f50