OSDN Git Service

Corrected regression, for both the Japanese and English versions, introduced by the...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 22 Dec 2019 18:56:11 +0000 (10:56 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:37:10 +0000 (22:37 +0900)
src/mspells4.c

index 6c3c5b4..5f4cb8a 100644 (file)
@@ -1961,7 +1961,7 @@ void spell_RF6_HEAL(player_type *target_ptr, MONSTER_IDX m_idx, MONSTER_IDX t_id
        (void)set_monster_monfear(target_ptr, m_idx, 0);
 
        if (see_monster(floor_ptr, m_idx))
-               msg_format(_("%^sは勇気を取り戻した。", "%^s recovers %s courage."), m_name);
+               msg_format(_("%^sは勇気を取り戻した。", format("%%^s recovers %s courage.", m_poss)), m_name);
 }