OSDN Git Service

Replaced "counter blow" with "counterattack" in English spell description.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 21:19:37 +0000 (14:19 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 13:16:45 +0000 (22:16 +0900)
src/realm-hissatsu.c

index 04f56c4..b479069 100644 (file)
@@ -176,7 +176,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
                                msg_print(_("乗馬中には無理だ。", "You cannot do it when riding."));
                                return NULL;
                        }
-                       msg_print(_("相手の攻撃に対して身構えた。", "You prepare to counter blow."));
+                       msg_print(_("相手の攻撃に対して身構えた。", "You prepare to counterattack."));
                        caster_ptr->counter = TRUE;
                }
                break;