From: nethack.allison Date: Tue, 19 Feb 2002 14:29:15 +0000 (+0000) Subject: BUC follow-up bit X-Git-Tag: MOVE2GIT~3151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a65c59a1049adbe92f9a28945cdafd6fea5a8a8c;p=nethack BUC follow-up bit --- diff --git a/src/invent.c b/src/invent.c index bfc273fa2..92b76e89d 100644 --- a/src/invent.c +++ b/src/invent.c @@ -1108,7 +1108,7 @@ unsigned *resultflags; You("have nothing to %s.", word); return(0); } - if (combo) add_valid_menu_class(0); /* reset */ + add_valid_menu_class(0); /* reset */ if (!strcmp(word, "take off")) { takeoff = TRUE; filter = is_worn;