OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2...
authordeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:32:18 +0000 (00:32 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:32:18 +0000 (00:32 +0900)
1  2 
src/mspells4.c

diff --cc src/mspells4.c
@@@ -1922,9 -1926,9 +1926,9 @@@ void spell_RF6_HEAL(player_type *target
  
        monspell_message_base(target_ptr, m_idx, t_idx,
                _("%^sが何かをつぶやいた。", "%^s mumbles."),
-               _("%^sは自分の傷に念を集中した。", "%^s concentrates on his wounds."),
-               _("%^sが自分の傷に集中した。", "%^s concentrates on his wounds."),
-               _("%^sは自分の傷に念を集中した。", "%^s concentrates on his wounds."),
 -              _("%^sは自分の傷に念を集中した。", format("%%^s concentrates on %s wounds.", m_poss)),
 -              _("%^sが自分の傷に集中した。", format("%%^s concentrates on %s wounds.", m_poss)),
 -              _("%^sは自分の傷に念を集中した。", format("%%^s concentrates on %s wounds.", m_poss)),
++              _("%^sは自分の傷に念を集中した。", format("%%^s concentrates on his wounds.", m_poss)),
++              _("%^sが自分の傷に集中した。", format("%%^s concentrates on his wounds.", m_poss)),
++              _("%^sは自分の傷に念を集中した。", format("%%^s concentrates on his wounds.", m_poss)),
                target_ptr->blind > 0, TARGET_TYPE);
  
        /* Heal some */