OSDN Git Service

This is related to commit 874112e9ad6b4c3664588d91d176ea60c28dcddb. It adds a conjunc...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 06:01:20 +0000 (23:01 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 06:01:20 +0000 (23:01 -0700)
src/melee1.c

index 6c5359b..dd3cd4b 100644 (file)
@@ -3141,7 +3141,7 @@ bool make_attack_normal(MONSTER_IDX m_idx)
 
                                        if (CHECK_MULTISHADOW())
                                        {
-                                               msg_print(_("攻撃は幻影に命中し、あなたには届かなかった。", "The attack hits Shadow, you are unharmed!"));
+                                               msg_print(_("攻撃は幻影に命中し、あなたには届かなかった。", "The attack hits Shadow, but you are unharmed!"));
                                        }
                                        else
                                        {