From 79248bc3c0cae645cbdf3193d6c3358a6a715ab3 Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Mon, 20 Feb 2017 13:48:52 +0900 Subject: [PATCH] fix comment-out --- src/eat.c | 3 ++- src/pline.c | 1 + src/potion.c | 2 +- src/rumors.c | 3 +++ src/shk.c | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/eat.c b/src/eat.c index 8a7a66f..3993284 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1234,8 +1234,9 @@ register int pm; case PM_SANDESTIN: /* moot--they don't leave corpses */ if (Unchanging) { #if 0 /*JP*/ - You_feel("ˆêuˆá‚Á‚½Š´‚¶‚ª‚µ‚½D"); /* same as poly trap */ + You_feel("momentarily different."); /* same as poly trap */ #else + You_feel("ˆêuˆá‚Á‚½Š´‚¶‚ª‚µ‚½D"); /* same as poly trap */ #endif } else { /*JP diff --git a/src/pline.c b/src/pline.c index 9814f19..0661761 100644 --- a/src/pline.c +++ b/src/pline.c @@ -488,6 +488,7 @@ register struct monst *mtmp; /*JP Strcat(info, ", shapechanger"); */ + Strcat(info, ", •Ï‰»"); /* pets eating mimic corpses mimic while eating, so this comes first */ if (mtmp->meating) diff --git a/src/potion.c b/src/potion.c index a3d7399..6b7c998 100644 --- a/src/potion.c +++ b/src/potion.c @@ -2518,7 +2518,7 @@ dodip() if (potion->otyp == POT_WATER && obj->otyp == TOWEL) { /*JP - pline_The("towel soak up!"); + pline_The("towel soaks it up!"); */ pline_The("ƒ^ƒIƒ‹‚͐…‚ð‹z‚¢ž‚ñ‚¾I"); /* wetting towel already done via water_damage() in H2Opotion_dip */ diff --git a/src/rumors.c b/src/rumors.c index b843d08..f0a4f08 100644 --- a/src/rumors.c +++ b/src/rumors.c @@ -571,6 +571,9 @@ struct monst *oracl; if (umoney <= (long) minor_cost /* don't even ask */ || (oracle_cnt == 1 || oracle_flg < 0)) return 0; +/*JP + Sprintf(qbuf, "\"Then dost thou desire a major one?\" (%d %s)", +*/ Sprintf(qbuf, "u‚È‚ç‚ΓðC‚ˆÊ‚̐_‘õ‚ðŽó‚¯‚é‚©Hv(%d%s)", major_cost, currency((long) major_cost)); if (yn(qbuf) != 'y') diff --git a/src/shk.c b/src/shk.c index 4e85adc..907f740 100644 --- a/src/shk.c +++ b/src/shk.c @@ -3865,7 +3865,7 @@ boolean croaked; if (saw_untrap) { #if 0 /*JP*/ - Sprintf(trapmsg, "% trap", + Sprintf(trapmsg, "%s trap%s", (saw_untrap > 3) ? "several" : (saw_untrap > 1) ? "some" : "a", plur(saw_untrap)); -- 2.11.0