From 601b3b56d357f3c3ad6a4b48d57226b5ba3b0ad1 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 6 Jan 2003 11:51:48 +0000 Subject: [PATCH] mimic follow-up bit --- src/vault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vault.c b/src/vault.c index 11feb0a63..432bf9f69 100644 --- a/src/vault.c +++ b/src/vault.c @@ -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));