From cabd5b30cae396aec7c82c4436c3714973c1728c Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 10:23:51 -0700 Subject: [PATCH] For clarity, split or combined clauses in the English description for the "Crusade spell". --- src/realm-crusade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-crusade.c b/src/realm-crusade.c index 015d06c21..8b4321857 100644 --- a/src/realm-crusade.c +++ b/src/realm-crusade.c @@ -541,7 +541,7 @@ concptr do_crusade_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod case 31: if (name) return _("聖戦", "Crusade"); if (desc) return _("視界内の善良なモンスターをペットにしようとし、ならなかった場合及び善良でないモンスターを恐怖させる。さらに多数の加速された騎士を召喚し、ヒーロー、祝福、加速、対邪悪結界を得る。", - "Attempts to charm all good monsters in sight, and scares all non-charmed monsters, and summons great number of knights, and gives heroism, bless, speed and protection from evil."); + "Attempts to charm all good monsters in sight and scares all non-charmed monsters. Summons a great number of knights. Gives heroism, bless, speed and protection from evil to the caster."); { if (cast) -- 2.11.0