From f0711672460d54da12e19c085c3a2a934768c87e Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 10:39:22 -0700 Subject: [PATCH] Reworded the English description of "Vampiric Bolt" for clarity. --- src/realm-death.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-death.c b/src/realm-death.c index 995004754..c3d568079 100644 --- a/src/realm-death.c +++ b/src/realm-death.c @@ -288,7 +288,7 @@ concptr do_death_spell(SPELL_IDX spell, BIT_FLAGS mode) case 13: if (name) return _("吸血の矢", "Vampiric Bolt"); if (desc) return _("ボルトによりモンスター1体から生命力を吸いとる。吸いとった生命力によって満腹度が上がる。", - "Absorbs some HP from a monster and gives them to you by bolt. You will also gain nutritional sustenance from this."); + "Fires a bolt which transfers HP from a monster to you. You will also gain nutritional sustenance from this."); { DICE_NUMBER dice = 1; -- 2.11.0