OSDN Git Service

Redid the English descriptions for the charge and harainuke abilities since the previ...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 4 Jan 2020 19:40:29 +0000 (11:40 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:37:31 +0000 (22:37 +0900)
src/mind.c
src/realm-hissatsu.c

index 672c1aa..9526260 100644 (file)
@@ -479,7 +479,7 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] =
 },
 {
        "Detects all monsters except the mindless in your vicinity.",
-       "Attacks a monster with your weapons normally, then dodges to one side.",
+       "In one action, attacks a monster with your weapons normally and then moves to the space beyond the monster if that space is not blocked.",
        "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 f33b21d..4880f1b 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 a monster with your weapons normally, then dodges to one side.");
+                       "In one action, attacks a monster with your weapons normally and then moves to the space beyond the monster if that space is not blocked.");
 
                if (cast)
                {