pline missing punctuation bits

This commit is contained in:
cohrs
2002-02-13 06:52:46 +00:00
parent 5798dcc3e7
commit 4497d8e4e3
3 changed files with 3 additions and 3 deletions

View 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);