From: Eric Branlund Date: Mon, 16 Dec 2019 04:10:19 +0000 (-0800) Subject: To match what's done in other spell descriptions, removed comma before "and" in list... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=219f89a6323f549588ff81144f643e7e52e080a4;p=hengband%2Fhengband.git To match what's done in other spell descriptions, removed comma before "and" in list of effects in a spell description. --- diff --git a/src/realm-crusade.c b/src/realm-crusade.c index 1cc9d7414..db71e1c70 100644 --- a/src/realm-crusade.c +++ b/src/realm-crusade.c @@ -258,7 +258,7 @@ concptr do_crusade_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod 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;