OSDN Git Service

Dropped "are" for the English message about the player not able to see the Rolenot...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 14:11:11 +0000 (07:11 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:14:32 +0000 (00:14 +0900)
src/mspells4.c

index e160b9f..9566567 100644 (file)
@@ -2170,10 +2170,10 @@ HIT_POINT spell_RF6_SPECIAL_ROLENTO(player_type *target_ptr, POSITION y, POSITIO
        {
                count += summon_named_creature(target_ptr, m_idx, y, x, MON_SHURYUUDAN, mode);
        }
-
        if (target_ptr->blind && count)
-               msg_print(_("多くのものが間近にばらまかれる音がする。", "You hear many things are scattered nearby."));
-
+       {
+               msg_print(_("多くのものが間近にばらまかれる音がする。", "You hear many things scattered nearby."));
+       }
        return 0;
 }