OSDN Git Service

For one of the English messages related to CHECK_MULTISHADOW(), inserted a missing...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 05:49:39 +0000 (22:49 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 05:49:39 +0000 (22:49 -0700)
src/effects.c

index 3c521a5..0e26a8a 100644 (file)
@@ -3904,7 +3904,7 @@ int take_hit(int damage_type, HIT_POINT damage, concptr hit_from, int monspell)
                        }
                        else if (damage_type == DAMAGE_ATTACK)
                        {
-                               msg_print(_("攻撃は幻影に命中し、あなたには届かなかった。", "The attack hits Shadow, you are unharmed!"));
+                               msg_print(_("攻撃は幻影に命中し、あなたには届かなかった。", "The attack hits Shadow, but you are unharmed!"));
                                return 0;
                        }
                }