mimic follow-up bit

This commit is contained in:
nethack.allison
2003-01-06 11:51:48 +00:00
parent cebd0ccbab
commit 601b3b56d3

View File

@@ -245,7 +245,7 @@ fnd:
pline("Someone else has entered the Vault.");
newsym(guard->mx,guard->my);
if (mimickobj || u.uundetected) {
if (youmonst.mappearance != GOLD_PIECE)
if (mimickobj && youmonst.mappearance != GOLD_PIECE)
verbalize("Hey! who left that %s in here?", mimic_obj_name(&youmonst));
/* You're mimicking some object or you're hidden. */
pline("Puzzled, %s turns around and leaves.", mhe(guard));