]> granicus.if.org Git - nethack/commitdiff
third try: mon.c
authorkeni <keni>
Thu, 29 Dec 2011 21:24:15 +0000 (21:24 +0000)
committerkeni <keni>
Thu, 29 Dec 2011 21:24:15 +0000 (21:24 +0000)
src/mon.c

index 3238792e07433e29c4aa480821d951117d894720..43b143a843522fbde584dba3e661ff38292bc284 100644 (file)
--- a/src/mon.c
+++ b/src/mon.c
@@ -813,7 +813,7 @@ meatobj(mtmp)               /* for gelatinous cubes */
 
        if (ecount > 0) {
            if (cansee(mtmp->mx, mtmp->my) && flags.verbose && buf[0])
-               pline("%s", buf);
+               pline1(buf);
            else if (!Deaf && flags.verbose)
                You_hear("%s slurping sound%s.",
                        ecount == 1 ? "a" : "several",
@@ -2751,7 +2751,7 @@ struct monst *mon;
 
                pline("It can't become that.");
            } while (--tryct > 0);
-           if (!tryct) pline(thats_enough_tries);
+           if (!tryct) pline1(thats_enough_tries);
            if (is_vampshifter(mon) && !validvamp(mon, &mndx, monclass))
                mndx = pickvampshape(mon);      /* don't resort to arbitrary */
        }