From df13632747546607e46b6656032a1ff51d69491c Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 6 Mar 2019 00:51:52 -1100 Subject: [PATCH] Brute force inventory check --- src/cc/rogue/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/rogue/command.c b/src/cc/rogue/command.c index 54d7beb99..3bbb5fc53 100644 --- a/src/cc/rogue/command.c +++ b/src/cc/rogue/command.c @@ -25,7 +25,7 @@ command(struct rogue_state *rs) char *fp; THING *mp; static char countch, direction, newcount = FALSE; - +inventory(rs,pack, 0); if (on(player, ISHASTE)) ntimes++; /*