From ac764db56c93c9fe7f2eda30956eafab2b8def84 Mon Sep 17 00:00:00 2001 From: warwick Date: Fri, 12 Jul 2002 02:10:51 +0000 Subject: [PATCH] Update inventory with hellucination on/off, since it may display hallucinated icons. --- src/potion.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/potion.c b/src/potion.c index 890463260..bbade3880 100644 --- a/src/potion.c +++ b/src/potion.c @@ -277,6 +277,11 @@ long mask; /* nonzero if resistance status should change by mask */ see_objects(); see_traps(); } + + /* for perm_inv and anything similar + (eg. Qt windowport's equipped items display) */ + update_inventory(); + flags.botl = 1; if (!Blind && talk) pline(message); }