From 39956982b6257729520a2b496ee286871200f93b Mon Sep 17 00:00:00 2001 From: backwardsEric Date: Thu, 31 Oct 2019 09:46:56 -0700 Subject: [PATCH 1/2] Corrected spelling mistake ("recieve" to "receive"). --- lib/edit/t0000001.txt | 2 +- lib/edit/t_lite.txt | 2 +- src/mind.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/edit/t0000001.txt b/lib/edit/t0000001.txt index 85ce8760..9a29367f 100644 --- a/lib/edit/t0000001.txt +++ b/lib/edit/t0000001.txt @@ -514,7 +514,7 @@ B:$13:A:1:Wanted unique list:0:0:b:39:0 B:13:A:1:賞金首リスト:0:0:b:39:0 B:$13:A:2:Special target:0:0:s:37:0 B:13:A:2:スペシャル・ターゲット:0:0:s:37:0 -B:$13:A:3:Recieve prize:0:0:c:40:0 +B:$13:A:3:Receive prize:0:0:c:40:0 B:13:A:3:報酬を受け取る:0:0:c:40:0 diff --git a/lib/edit/t_lite.txt b/lib/edit/t_lite.txt index 24fbe2ad..6ded3764 100644 --- a/lib/edit/t_lite.txt +++ b/lib/edit/t_lite.txt @@ -662,7 +662,7 @@ B:$15:A:1:Wanted unique list:0:0:b:39:0 B:15:A:1:賞金首リスト:0:0:b:39:0 B:$15:A:2:Special target:0:0:s:37:0 B:15:A:2:スペシャル・ターゲット:0:0:s:37:0 -B:$15:A:3:Recieve prize:0:0:c:40:0 +B:$15:A:3:Receive prize:0:0:c:40:0 B:15:A:3:換金する:0:0:c:40:0 ############### Town Layout ############### diff --git a/src/mind.c b/src/mind.c index 9d36be98..4bdeba02 100644 --- a/src/mind.c +++ b/src/mind.c @@ -513,7 +513,7 @@ static concptr const mind_tips[5][MAX_MIND_POWERS] = "Darkens nearby area and inside of a room.", "Detects visible monsters in your vicinity. Detects traps, doors and stairs at level 5. Detects items at level 15. Lights and reveals the whole level at level 45.", "Teleports you a short distance.", - "Teleports you as you recieve an attack. Might be able to teleport just before receiving damage at higher levels.", + "Teleports you as you receive an attack. Might be able to teleport just before receiving damage at higher levels.", "Teleports you a long distance.", "Attacks an adjacent monster and teleports you away immediately after the attack.", "Attempts to freeze a monster.", -- 2.21.0 (Apple Git-122.2) From 4f2f70671d2f8ca6fbaeb40c8ec1a0a87d94b5ca Mon Sep 17 00:00:00 2001 From: backwardsEric Date: Thu, 31 Oct 2019 09:49:58 -0700 Subject: [PATCH 2/2] In the description of the ranger class, dropped the article in front of stealth to be more idiomatic and change "a good saving throw" to "good saving throws" for better flow with the other listed characteristics. --- lib/help/raceclas.txt | 4 ++-- src/birth.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/help/raceclas.txt b/lib/help/raceclas.txt index da541845..2f313798 100644 --- a/lib/help/raceclas.txt +++ b/lib/help/raceclas.txt @@ -562,8 +562,8 @@ command("U"/"O"). A Ranger is a combination of a warrior and a mage who has developed a special affinity for the natural world around him. He or she is a good fighter and also good with missile weapons - such as bows. A ranger has a good stealth, good perception, good - searching, a good saving throw and is good with magical devices. + such as bows. A ranger has good stealth, good perception, good + searching, good saving throws and is good with magical devices. Intelligence determines a Ranger's spell casting ability. All rangers are trained in Nature magic, and all Nature spells are diff --git a/src/birth.c b/src/birth.c index 7d8c1158..5b52405b 100644 --- a/src/birth.c +++ b/src/birth.c @@ -281,7 +281,7 @@ static concptr class_jouhou[MAX_CLASS] = "A Rogue is a character that prefers to live by his or her cunning, but is capable of fighting out of a tight spot. Rogues are good at locating hidden traps and doors and are the masters of disarming traps and picking locks. A rogue is very stealthy, allowing him or her to sneak around many creatures without having to fight or to get in a telling first blow. A rogue may also backstab a fleeing monster. Intelligence determines a Rogue's spell casting ability.", -"A Ranger is a combination of a warrior and a mage who has developed a special affinity for the natural world. He or she is a good fighter and also good with missile weapons such as bows. A ranger has a good stealth, good perception, good searching, a good saving throw and is good with magical devices. Intelligence determines a Ranger's spell casting ability.", +"A Ranger is a combination of a warrior and a mage who has developed a special affinity for the natural world. He or she is a good fighter and also good with missile weapons such as bows. A ranger has good stealth, good perception, good searching, good saving throws and is good with magical devices. Intelligence determines a Ranger's spell casting ability.", "A Paladin is a combination of a warrior and a priest. Paladins are very good fighters, but not very good at missile weapons. A paladin lacks much in the way of abilities. He or she is poor at stealth, perception, searching, and magical devices but has a decent saving throw due to his or her divine alliance. Wisdom determines a Paladin's success at praying to his or her deity.", -- 2.21.0 (Apple Git-122.2)