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;