missing punctuation
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user