OSDN Git Service

Changed another English message about pets affecting concentration. Had missed it...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 22:22:07 +0000 (14:22 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 22:22:07 +0000 (14:22 -0800)
src/spells2.c

index e388610..ab18888 100644 (file)
@@ -5145,7 +5145,7 @@ bool clear_mind(player_type *creature_ptr)
 {
        if (total_friends)
        {
-               msg_print(_("今はペットを操ることに集中していないと。", "You need concentration on the pets now."));
+               msg_print(_("今はペットを操ることに集中していないと。", "Your pets demand all of your attention."));
                return FALSE;
        }
        msg_print(_("少し頭がハッキリした。", "You feel your head clear a little."));