OSDN Git Service

To match what's done in other spell descriptions, removed comma before "and" in a...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 16 Dec 2019 04:06:21 +0000 (20:06 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 16 Dec 2019 04:06:21 +0000 (20:06 -0800)
src/realm-crusade.c

index bec7828..2a3e531 100644 (file)
@@ -247,7 +247,7 @@ concptr do_crusade_spell(SPELL_IDX spell, BIT_FLAGS mode)
        case 15:
                if (name) return _("聖なる御言葉", "Holy Word");
                if (desc) return _("視界内の邪悪な存在に大きなダメージを与え、体力を回復し、毒、恐怖、朦朧状態、負傷から全快する。",
-                       "Damages all evil monsters in sight, heals HP somewhat, and completely cures fear, poisons, cuts, and being stunned.");
+                       "Damages all evil monsters in sight, heals HP somewhat and completely cures fear, poisons, cuts and being stunned.");
 
                {
                        int dam_sides = plev * 6;