OSDN Git Service

Reworded the English description of the attack and then move to other side ability...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 21:26:29 +0000 (14:26 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 13:16:47 +0000 (22:16 +0900)
src/mind.c
src/realm-hissatsu.c

index 0a69d17..d5ef309 100644 (file)
@@ -479,7 +479,7 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] =
 },
 {
        "Detects all monsters except mindless in your vicinity.",
-       "Attacks monster with your weapons normally, then moves through counter side of the monster.",
+       "Attacks a monster with your weapons normally, then dodges to one side.",
        "Sets off a trap, then destroys that trap.",
        "Shakes dungeon structure, and results in random swapping of floors and walls.",
        "Attacks all adjacent monsters.",
index 8e6ec67..549442d 100644 (file)
@@ -184,7 +184,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
        case 7:
                if (name) return _("払い抜け", "Harainuke");
                if (desc) return _("攻撃した後、反対側に抜ける。",
-                       "Attacks monster with your weapons normally, then move through counter side of the monster.");
+                       "Attacks a monster with your weapons normally, then dodges to one side.");
 
                if (cast)
                {