OSDN Git Service

Reworded the English description of "Vampiric Bolt" for clarity.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:39:22 +0000 (10:39 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 08:44:13 +0000 (17:44 +0900)
src/realm-death.c

index ce0d756..71871b4 100644 (file)
@@ -295,7 +295,7 @@ concptr do_death_spell(player_type *caster_ptr, 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;