OSDN Git Service

Reworded English message about pets affecting concentration to hopefully be more...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 04:08:46 +0000 (21:08 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 22 Jan 2020 15:35:34 +0000 (00:35 +0900)
src/spells2.c

index d2a3be4..0c5e87d 100644 (file)
@@ -4552,7 +4552,7 @@ bool mirror_concentration(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;
        }
 
@@ -4702,7 +4702,7 @@ bool concentration(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;
        }