From 7b66841f5a0ea6867b42d49a7a49a4ee16d7050e Mon Sep 17 00:00:00 2001 From: nothere Date: Sun, 25 Jul 2004 17:11:35 +0000 Subject: [PATCH] =?utf8?q?"(=E5=BC=B7=E5=8C=96=E5=BE=8C=E3=81=AE=E3=82=A2?= =?utf8?q?=E3=82=A4=E3=83=86=E3=83=A0)=E3=82=92=E6=94=B9=E8=89=AF"=20->=20?= =?utf8?q?"(=E5=BC=B7=E5=8C=96=E5=BE=8C=E3=81=AE=E3=82=A2=E3=82=A4?= =?utf8?q?=E3=83=86=E3=83=A0)=E3=81=AB=E6=94=B9=E8=89=AF".?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/bldg.c | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/bldg.c b/src/bldg.c index f8298147b..fc703ff5a 100644 --- a/src/bldg.c +++ b/src/bldg.c @@ -3624,11 +3624,10 @@ static bool enchant_item(int cost, int to_hit, int to_dam, int to_ac) int maxenchant = (p_ptr->lev / 5); char tmp_str[MAX_NLEN]; - clear_bldg(4, 18); #ifdef JP -prt(format("¸½ºß¤Î¤¢¤Ê¤¿¤Îµ»Î̤À¤È¡¢+%d ¤Þ¤Ç²þÎɤǤ­¤Þ¤¹¡£", maxenchant), 5, 0); -prt(format(" ²þÎɤÎÎÁ¶â¤Ï°ì¸Ä¤Ë¤Ä¤­¡ð%d ¤Ç¤¹¡£", cost), 7, 0); + prt(format("¸½ºß¤Î¤¢¤Ê¤¿¤Îµ»Î̤À¤È¡¢+%d ¤Þ¤Ç²þÎɤǤ­¤Þ¤¹¡£", maxenchant), 5, 0); + prt(format(" ²þÎɤÎÎÁ¶â¤Ï°ì¸Ä¤Ë¤Ä¤­¡ð%d ¤Ç¤¹¡£", cost), 7, 0); #else prt(format(" Based on your skill, we can improve up to +%d.", maxenchant), 5, 0); prt(format(" The price for the service is %d gold per item.", cost), 7, 0); @@ -3638,8 +3637,8 @@ prt(format(" /* Get an item */ #ifdef JP -q = "¤É¤Î¥¢¥¤¥Æ¥à¤ò²þÎɤ·¤Þ¤¹¤«¡©"; -s = "²þÎɤǤ­¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó¡£"; + q = "¤É¤Î¥¢¥¤¥Æ¥à¤ò²þÎɤ·¤Þ¤¹¤«¡©"; + s = "²þÎɤǤ­¤ë¤â¤Î¤¬¤¢¤ê¤Þ¤»¤ó¡£"; #else q = "Improve which item? "; s = "You have nothing to improve."; @@ -3655,7 +3654,7 @@ s = " { object_desc(tmp_str, o_ptr, OD_NAME_ONLY); #ifdef JP -msg_format("%s¤ò²þÎɤ¹¤ë¤À¤±¤Î¥´¡¼¥ë¥É¤¬¤¢¤ê¤Þ¤»¤ó¡ª", tmp_str); + msg_format("%s¤ò²þÎɤ¹¤ë¤À¤±¤Î¥´¡¼¥ë¥É¤¬¤¢¤ê¤Þ¤»¤ó¡ª", tmp_str); #else msg_format("You do not have the gold to improve %s!", tmp_str); #endif @@ -3710,21 +3709,20 @@ msg_format("%s /* Message */ #ifdef JP -msg_print("²þÎɤ˼ºÇÔ¤·¤¿¡£"); + msg_print("²þÎɤ˼ºÇÔ¤·¤¿¡£"); #else msg_print("The improvement failed."); #endif - return (FALSE); } else { object_desc(tmp_str, o_ptr, OD_NAME_AND_ENCHANT); #ifdef JP -msg_format("¡ð%d ¤Ç%s¤ò²þÎɤ·¤Þ¤·¤¿¡£", cost * o_ptr->number, tmp_str ); + msg_format("¡ð%d¤Ç%s¤Ë²þÎɤ·¤Þ¤·¤¿¡£", cost * o_ptr->number, tmp_str); #else - msg_format("Improved %s for %d gold.", tmp_str, cost * o_ptr->number); + msg_format("Improved into %s for %d gold.", tmp_str, cost * o_ptr->number); #endif /* Charge the money */ -- 2.11.0