]> granicus.if.org Git - nethack/commitdiff
try another pair: dokick.c dothrow.c
authorkeni <keni>
Thu, 29 Dec 2011 23:50:13 +0000 (23:50 +0000)
committerkeni <keni>
Thu, 29 Dec 2011 23:50:13 +0000 (23:50 +0000)
src/dokick.c
src/dothrow.c

index d76f1ff6d05556ce45fe7767f3bf6474ebe34723..0238c0c349ae5798f5b27acd90383828cca2df4c 100644 (file)
@@ -1543,7 +1543,7 @@ long num;
            else
                Sprintf(eos(obuf), " and %s %s.",
                        otense(otmp, "fall"), gate_str);
-           pline("%s", obuf);
+           pline1(obuf);
        } else if(!nodrop)
            pline("%s %s %s.", obuf, otense(otmp, "fall"), gate_str);
 }
index dadb66603b20de38e122d7cb908d30ab19ee89eb..93cc7a49ccd2771e6d0608795542a9fb6c89b893 100644 (file)
@@ -848,7 +848,7 @@ boolean hitsroof;
                        pline("It blinds you!");
                    u.ucreamed += blindinc;
                    make_blinded(Blinded + (long)blindinc, FALSE);
-                   if (!Blind) Your(vision_clears);
+                   if (!Blind) Your1(vision_clears);
                }
                break;
        default:
@@ -1605,7 +1605,7 @@ register struct obj *obj;
        ret = 1;
 
 nopick:
-       if(!Blind) pline("%s", buf);
+       if(!Blind) pline1(buf);
        if (!tele_restrict(mon)) (void) rloc(mon, FALSE);
        return(ret);
 }