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)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 17:39:22 +0000 (10:39 -0700)
src/realm-death.c

index 9950047..c3d5680 100644 (file)
@@ -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;