OSDN Git Service

For the English monster healing message, switched "my" to "his" since in-game it...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 14:05:12 +0000 (07:05 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:08:33 +0000 (00:08 +0900)
src/mspells4.c

index bf261db..d886b44 100644 (file)
@@ -1922,9 +1922,9 @@ void spell_RF6_HEAL(player_type *target_ptr, MONSTER_IDX m_idx, MONSTER_IDX t_id
 
        monspell_message_base(target_ptr, m_idx, t_idx,
                _("%^sが何かをつぶやいた。", "%^s mumbles."),
-               _("%^sは自分の傷に念を集中した。", "%^s concentrates on %s wounds."),
-               _("%^sが自分の傷に集中した。", "%^s concentrates on %s wounds."),
-               _("%^sは自分の傷に念を集中した。", "%^s concentrates on %s wounds."),
+               _("%^sは自分の傷に念を集中した。", "%^s concentrates on his wounds."),
+               _("%^sが自分の傷に集中した。", "%^s concentrates on his wounds."),
+               _("%^sは自分の傷に念を集中した。", "%^s concentrates on his wounds."),
                target_ptr->blind > 0, TARGET_TYPE);
 
        /* Heal some */