missing punctuation

This commit is contained in:
nhmall
2023-06-14 08:36:28 -04:00
parent fb0509a6b3
commit 0440eb5091

View File

@@ -4245,7 +4245,7 @@ hideunder(struct monst *mtmp)
oldundetctd = mtmp->mundetected != 0; oldundetctd = mtmp->mundetected != 0;
mtmp->mundetected = undetected ? 1 : 0; mtmp->mundetected = undetected ? 1 : 0;
if (undetected && seenmon && seenobj) if (undetected && seenmon && seenobj)
You_see("%s %s under %s", seenmon, You_see("%s %s under %s.", seenmon,
locomotion(mtmp->data, "hide"), seenobj); locomotion(mtmp->data, "hide"), seenobj);
} }
if (undetected != oldundetctd) if (undetected != oldundetctd)