OSDN Git Service

Since the two verbs in the English description for "Wind Blast" use the same subject...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 21:02:36 +0000 (14:02 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 13:06:57 +0000 (22:06 +0900)
src/realm-hissatsu.c

index 7d5769d..1cf99c0 100644 (file)
@@ -275,7 +275,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
 
        case 10:
                if (name) return _("裂風剣", "Wind Blast");
-               if (desc) return _("攻撃した相手を後方へ吹き飛ばす。", "Attacks an adjacent monster, and blows it away.");
+               if (desc) return _("攻撃した相手を後方へ吹き飛ばす。", "Attacks an adjacent monster and blows it away.");
 
                if (cast)
                {