From e1a540a6e34b2d7ad187453faa331befad547e4a Mon Sep 17 00:00:00 2001 From: deskull Date: Sun, 31 Jan 2021 21:29:22 +0900 Subject: [PATCH] =?utf8?q?[Fix]=20=E8=8B=B1=E8=AA=9E=E7=89=88=E3=82=BD?= =?utf8?q?=E3=83=BC=E3=82=B9=E3=81=AB=E4=BD=99=E8=A8=88=E3=81=AA,=E3=81=8C?= =?utf8?q?=E3=81=A4=E3=81=84=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7?= =?utf8?q?=E4=BF=AE=E6=AD=A3.=E3=80=80/=20Fix=20an=20extra=20comma=20in=20?= =?utf8?q?The=20English=20source.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/cmd-item/cmd-smith.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd-item/cmd-smith.c b/src/cmd-item/cmd-smith.c index ed63a553d..c81ae4496 100644 --- a/src/cmd-item/cmd-smith.c +++ b/src/cmd-item/cmd-smith.c @@ -126,7 +126,7 @@ static essence_type essence_info[] = { { TR_STR, "strength", 4, TR_STR, 20 }, { { TR_TELEPATHY, "telepathy", 6, TR_TELEPATHY, 15 }, { TR_SLOW_DIGEST, "slow digestion", 3, TR_SLOW_DIGEST, 15 }, { TR_REGEN, "regeneration", 3, TR_REGEN, 20 }, { TR_TELEPORT, "teleport", 3, TR_TELEPORT, 25 }, - { TR_SLAY_EVIL, "slay evil", 5, TR_SLAY_EVIL, 100 }, { TR_KILL_EVIL, "kill evil", 0, TR_SLAY_EVIL, 60 }, , + { TR_SLAY_EVIL, "slay evil", 5, TR_SLAY_EVIL, 100 }, { TR_KILL_EVIL, "kill evil", 0, TR_SLAY_EVIL, 60 }, { TR_SLAY_ANIMAL, "slay animal", 5, TR_SLAY_ANIMAL, 20 }, { TR_KILL_ANIMAL, "kill animal", 5, TR_SLAY_ANIMAL, 60 }, { TR_SLAY_UNDEAD, "slay undead", 5, TR_SLAY_UNDEAD, 20 }, { TR_KILL_UNDEAD, "kill undead", 5, TR_SLAY_UNDEAD, 60 }, { TR_SLAY_DEMON, "slay demon", 5, TR_SLAY_DEMON, 20 }, { TR_KILL_DEMON, "kill demon", 5, TR_SLAY_DEMON, 60 }, -- 2.11.0