summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 56c5089774..c7d3af3397 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1236,6 +1236,10 @@ static void _finish_delay(const delay_queue_item &delay)
// Chain onto the next delay.
handle_delay();
+
+#ifdef USE_TILE
+ tiles.update_inventory();
+#endif
}
static void _armour_wear_effects(const int item_slot)