From: Eric Branlund Date: Thu, 26 Sep 2019 21:43:30 +0000 (-0700) Subject: To avoid implying that the path obeys the "angle of incidence equals the angle of... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=593e9820f6a819460da8727adf3215bbf9fd7da1;p=hengband%2Fhengband.git To avoid implying that the path obeys the "angle of incidence equals the angle of reflection" rule, use "bounce" rather than "reflect" in English description for the mirror beam of mana ability. --- diff --git a/src/mind.c b/src/mind.c index 0b7992347..e11c825b6 100644 --- a/src/mind.c +++ b/src/mind.c @@ -511,7 +511,7 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] = "Teleports all monsters on the line away unless resisted.", "Fires a ball of shards.", "Causes any mirror to lull to sleep monsters close to the mirror.", - "Fires a beam of mana. If the beam hits a mirror, it breaks that mirror and reflects toward another mirror.", + "Fires a beam of mana. If the beam hits a mirror, it breaks that mirror and bounces toward another mirror.", "Eliminates a monster on a mirror from current dungeon level.", "Gives a bonus to AC. Gives reflection at level 32. Gives magic resistance at level 40.", "Fires a powerful beam of mana. If the beam hits a mirror, it breaks that mirror and fires 8 beams of mana to 8 different directions from that point.",