From 3b7fdddab408bb45ac3d74df8f446cf9868bdb2c Mon Sep 17 00:00:00 2001 From: mogami Date: Mon, 19 Jan 2004 11:10:55 +0000 Subject: [PATCH] =?utf8?q?Typo=E4=BF=AE=E6=AD=A3=E7=AD=89=20(Thanks=20to?= =?utf8?q?=20falzeus)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/help/attack.txt | 2 +- lib/help/general.txt | 6 ++++-- lib/help/magic.txt | 4 ++-- src/cmd5.c | 2 +- src/init1.c | 20 ++++++++++++++++++++ src/spells1.c | 2 +- src/xtra1.c | 2 +- 7 files changed, 30 insertions(+), 8 deletions(-) diff --git a/lib/help/attack.txt b/lib/help/attack.txt index 8e2dd3d63..e052a6403 100644 --- a/lib/help/attack.txt +++ b/lib/help/attack.txt @@ -317,7 +317,7 @@ Weapon of Slay Dragon Weapon of *Slay* Animal This weapon is especially effective against natural creatures and will inflict damage with four times the normal dice against such - creatures, and allows wielder to sense the presence of natutal + creatures, and allows wielder to sense the presence of natural creatures. It will also increase your intelligence and allow you to regenerate hit-points and mana faster. diff --git a/lib/help/general.txt b/lib/help/general.txt index 7a4e87caf..2792ec051 100644 --- a/lib/help/general.txt +++ b/lib/help/general.txt @@ -16,7 +16,7 @@ give you a decent chance against the great Serpent of Chaos, who lurks somewhere in the depths of the dungeon. ***** ---- First Place to Go +--- First Place to Go --- The player will begin his adventure on the town level where he may acquire supplies, weapons, armor, and magical devices by bartering @@ -31,7 +31,9 @@ safe. Once you complete this dungeon, you will be strong enough to leave Outpost in search of greater adventures. Carry lots of food and fuel, for the journey can be a long one. ---- The Global Map ( Press the '<' key, And you see all of the world! ) +--- The Global Map --- + +[[[[G|Press the '<' key, and you see all of the world! Since this world is very large, it is convenient to go into global map mode by pressing the '<' key, and then return to local map mode by '>' diff --git a/lib/help/magic.txt b/lib/help/magic.txt index d75583d67..2bc86db6f 100644 --- a/lib/help/magic.txt +++ b/lib/help/magic.txt @@ -71,12 +71,12 @@ There are eleven class-specific magics (or techniques): - Kendo (for Samurai) - The Force (for ForceTrainer) - Blue-Magic (for Blue Mage) -- Rage (for Berserker +- Rage (for Berserker) - Smithery (for Weaponsmith) - Mirror-magic (for Mirror Master) - Ninjutsu (for Ninja) -See raceclas.tx#TheClasses [a] for more details. +See raceclas.txt#TheClasses [a] for more details. ***** diff --git a/src/cmd5.c b/src/cmd5.c index aa5793c21..f54aea0ad 100644 --- a/src/cmd5.c +++ b/src/cmd5.c @@ -2317,7 +2317,7 @@ void do_cmd_pet(void) sprintf(target_buf,"¥Ú¥Ã¥È¤Î¥¿¡¼¥²¥Ã¥È¤ò»ØÄê (¸½ºß¡§%s)", (pet_t_m_idx ? r_name + r_info[m_list[pet_t_m_idx].r_idx].name : "»ØÄê¤Ê¤·")); #else - sprintf(target_buf,"specify a targert of pet (now:%s)", + sprintf(target_buf,"specify a target of pet (now:%s)", (pet_t_m_idx ? r_name + r_info[m_list[pet_t_m_idx].r_idx].name : "nothing")); #endif power_desc[num] = target_buf; diff --git a/src/init1.c b/src/init1.c index ebdb08285..d6e8591a1 100644 --- a/src/init1.c +++ b/src/init1.c @@ -870,6 +870,26 @@ static bool add_text(u32b *offset, header *head, cptr buf) *offset = ++head->text_size; } + /* Additional text */ + else + { + /* + * If neither the end of the last line nor + * the beginning of current line is not a space, + * fill up a space as a correct separator of two words. + */ + if (head->text_size > 0 && + *(head->text_ptr + head->text_size - 1) != ' ' && + buf[0] != ' ') + { + /* Append a space */ + *(head->text_ptr + head->text_size) = ' '; + + /* Advance the index */ + head->text_size++; + } + } + /* Append chars to the text */ strcpy(head->text_ptr + head->text_size, buf); diff --git a/src/spells1.c b/src/spells1.c index 8b80bf5e9..82c6db912 100644 --- a/src/spells1.c +++ b/src/spells1.c @@ -1500,7 +1500,7 @@ note_kill = " #ifdef JP note_kill = "À¸¤­Ê֤ä¿¡£"; #else - note_kill = "rivived."; + note_kill = " rivived."; #endif } else if (!note_kill) diff --git a/src/xtra1.c b/src/xtra1.c index 6fbe91b3b..bf33aab2f 100644 --- a/src/xtra1.c +++ b/src/xtra1.c @@ -390,7 +390,7 @@ static struct { #else = { {TERM_YELLOW, "Ts", "Tsuyoshi"}, - {TERM_VIOLET, "Hu", "Hullc"}, + {TERM_VIOLET, "Ha", "Halluc"}, {TERM_L_DARK, "Bl", "Blind"}, {TERM_RED, "Pa", "Paralyzed"}, {TERM_VIOLET, "Cf", "Confused"}, -- 2.11.0