From: Eric Branlund Date: Thu, 26 Sep 2019 10:43:00 +0000 (-0700) Subject: Changed instance of "to which from" to "to that from" for resistance due to a mind... X-Git-Tag: vmacos3.0.0-alpha52~1861 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f29a5543338246c5af95054a96788cea1324fd4e;p=hengbandforosx%2Fhengbandosx.git Changed instance of "to which from" to "to that from" for resistance due to a mind spell. --- diff --git a/src/mind.c b/src/mind.c index 91d9d25e1..f8f9b63ea 100644 --- a/src/mind.c +++ b/src/mind.c @@ -541,7 +541,7 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] = "Releases a confusion ball which doesn't inflict any damage.", "Swaps positions of you and a monster.", "Sets a glyph under you. The glyph will explode when a monster moves on it.", - "Makes you ethereal for a period of time. While ethereal, you can pass through walls and are resistant to acid. This resistance can be added to which from equipment for more powerful resistance.", + "Makes you ethereal for a period of time. While ethereal, you can pass through walls and are resistant to acid. The resistance can be added to that from equipment for more powerful resistance.", "Generates huge balls of poison, drain life and confusion, then teleports in a time.", "Fires some number of beams of fire, nether or plasma in random directions.", "Creates shadows of yourself which gives you the ability to completely evade any attacks at one in two chance for a while.",