]> granicus.if.org Git - nethack/commitdiff
pline missing punctuation bits
authorcohrs <cohrs>
Wed, 13 Feb 2002 06:52:46 +0000 (06:52 +0000)
committercohrs <cohrs>
Wed, 13 Feb 2002 06:52:46 +0000 (06:52 +0000)
src/apply.c
src/detect.c
src/do_name.c

index 2dfc164e05182b95cf18a60efddddc20f6d0e302..5cceb9fcb1ec65a512dc9a00e42f343ae79d5f9f 100644 (file)
@@ -1817,7 +1817,7 @@ struct obj *otmp;
        if (otmp->cursed &&
            obj->oclass == GEM_CLASS && !is_greystone(obj) && !rn2(5)) {
            pline(
-               (Blind ? "You feel something shatter" :
+               (Blind ? "You feel something shatter." :
                 (Hallucination ? "Oh, wow, look at the pretty shards." :
                 "A sharp crack shatters %s %s.")),
                (obj->quan == 1 ? "the" : "a"),
index e9ee692bec20b5a3614526fd19d9b1934a975611..7457972f6f2bba06a2e217f8d259570f6fdc3b97 100644 (file)
@@ -770,7 +770,7 @@ struct obj *obj;
     int oops;
 
     if (Blind) {
-       pline("Too bad you can't see %s", the(xname(obj)));
+       pline("Too bad you can't see %s.", the(xname(obj)));
        return;
     }
     oops = (rnd(20) > ACURR(A_INT) || obj->cursed);
index ad1e022a7dc5a77688e5ace505d63ff044fda32f..193863bd56e96da749656484e3afaa26781c3a17 100644 (file)
@@ -155,7 +155,7 @@ const char *goal;
                            }   /* column */
                        }       /* row */
                    }           /* pass */
-                   pline("Can't find dungeon feature '%c'", c);
+                   pline("Can't find dungeon feature '%c'.", c);
                    msg_given = TRUE;
                    goto nxtc;
                } else {