OSDN Git Service

Reworded English message about pets affecting concentration to hopefully be more...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 22:12:17 +0000 (14:12 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:53 +0000 (22:36 +0900)
src/spells2.c

index 347b31c..82ddbc9 100644 (file)
@@ -4446,7 +4446,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;
        }