From: cohrs Date: Wed, 13 Feb 2002 06:52:46 +0000 (+0000) Subject: pline missing punctuation bits X-Git-Tag: MOVE2GIT~3182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4497d8e4e322e98e0c13f32339bc7afbe33b4678;p=nethack pline missing punctuation bits --- diff --git a/src/apply.c b/src/apply.c index 2dfc164e0..5cceb9fcb 100644 --- a/src/apply.c +++ b/src/apply.c @@ -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"), diff --git a/src/detect.c b/src/detect.c index e9ee692be..7457972f6 100644 --- a/src/detect.c +++ b/src/detect.c @@ -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); diff --git a/src/do_name.c b/src/do_name.c index ad1e022a7..193863bd5 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -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 {