From: Eric Branlund Date: Thu, 6 Feb 2020 01:59:18 +0000 (-0800) Subject: Changed English description of hex realm to say that some rather than many spells... X-Git-Tag: vmacos3.0.0-alpha52~1675^2~7 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8b268b5509cbff62a343f1a159d58ee4a4341ba9;p=hengbandforosx%2Fhengbandosx.git Changed English description of hex realm to say that some rather than many spells can be cast continuously. --- diff --git a/lib/help/magic.txt b/lib/help/magic.txt index 281245acf..0a06fae63 100644 --- a/lib/help/magic.txt +++ b/lib/help/magic.txt @@ -234,7 +234,7 @@ See raceclas.txt#TheClasses [a] for more details. --- Hex --- Hex is an abomination of magic, closer to swordsmanship than - spell casting. Many of the spells can be cast continuously, + spell casting. Some of the spells can be cast continuously, like songs, for more powerful effects. Hex spells are good at obstructing opponents and returning damage to those who have damaged the caster. The fail rate of Hex spells goes diff --git a/src/birth.c b/src/birth.c index 4199419db..dc287f3b3 100644 --- a/src/birth.c +++ b/src/birth.c @@ -478,7 +478,7 @@ static concptr realm_jouhou[VALID_REALM] = "The books of Kendo describe various combat techniques. When learning new techniques, you are required to carry the books, but once you memorize them, you don't have to carry them. When using a technique, wielding a weapon is required.", -"Hex is an unsavory realm, like the death and demon realms. Many spells can act continuously by stringing together curses like a song. Spells may obstruct monsters' actions, deal damage to monsters in sight, or return damage to monsters who have damaged the caster." +"Hex is an unsavory realm, like the death and demon realms. Some of the spells can act continuously by stringing together curses like a song. Spells may obstruct monsters' actions, deal damage to monsters in sight, or return damage to monsters who have damaged the caster." #endif };