From b477c7e6bb54013763effa88cb1f55a1ecf7b631 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 10:29:17 -0700 Subject: [PATCH] For English description of "Bloody Curse", put commas around a subordinate clause for clarity. --- src/realm-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-daemon.c b/src/realm-daemon.c index 8941348ef..ebd69110e 100644 --- a/src/realm-daemon.c +++ b/src/realm-daemon.c @@ -558,7 +558,7 @@ concptr do_daemon_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode case 30: if (name) return _("血の呪い", "Bloody Curse"); if (desc) return _("自分がダメージを受けることによって対象に呪いをかけ、ダメージを与え様々な効果を引き起こす。", - "Puts blood curse which damages and causes various effects on a monster. You also take damage."); + "Puts blood curse, which damages and causes various effects, on a monster. You also take damage."); { HIT_POINT dam = 600; -- 2.11.0