From c617a4f69b3e2a5a95cbc197b4392a425548ff85 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 4 Feb 2021 03:26:13 -0800 Subject: [PATCH] For clarity, reworded English message for the giant eagles' grab and drop maneuver. --- src/mspell/mspell-special.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mspell/mspell-special.c b/src/mspell/mspell-special.c index 4866f806b..d0ecd6c43 100644 --- a/src/mspell/mspell-special.c +++ b/src/mspell/mspell-special.c @@ -160,8 +160,8 @@ HIT_POINT spell_RF6_SPECIAL_B(player_type *target_ptr, POSITION y, POSITION x, M int get_damage = 0; bool fear, dead; /* dummy */ - simple_monspell_message(target_ptr, m_idx, t_idx, _("%^sがあなたを掴んで空中から投げ落とした。", "%^s holds you, and drops from the sky."), - _("%^sが%sを掴んで空中から投げ落とした。", "%^s holds %s, and drops from the sky."), TARGET_TYPE); + simple_monspell_message(target_ptr, m_idx, t_idx, _("%^sがあなたを掴んで空中から投げ落とした。", "%^s snatches you, soars into the sky, and drops you."), + _("%^sが%sを掴んで空中から投げ落とした。", "%^s snatches %s, soars into the sky, and releases its grip."), TARGET_TYPE); dam = damroll(4, 8); -- 2.11.0