Update inventory with hellucination on/off, since it may display

hallucinated icons.
This commit is contained in:
warwick
2002-07-12 02:10:51 +00:00
parent 35914ed186
commit ac764db56c

View File

@@ -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);
}