OSDN Git Service

Reword English message for giant eagle teleport self effect: original had subject...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 18:50:22 +0000 (10:50 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:56 +0000 (11:48 -0800)
src/mspells4.c

index 836f4a5..04ff000 100644 (file)
@@ -2069,8 +2069,8 @@ HIT_POINT spell_RF6_SPECIAL_B(POSITION y, POSITION x, MONSTER_IDX m_idx, MONSTER
        if (one_in_(3) || !direct)
        {               
                simple_monspell_message(m_idx, t_idx,
-                       _("%^sは突然視界から消えた!", "%^s suddenly go out of your sight!"),
-                       _("%^sは突然急上昇して視界から消えた!", "%^s suddenly go out of your sight!"),
+                       _("%^sは突然視界から消えた!", "You lose sight of %s!"),
+                       _("%^sは突然急上昇して視界から消えた!", "You lose sight of %s!"),
                        TARGET_TYPE);
                                
                teleport_away(m_idx, 10, TELEPORT_NONMAGICAL);