summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/item_use.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 7176807ae0..0ce876643e 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3967,6 +3967,10 @@ bool enchant_armour( int &ac_change, bool quiet, item_def &arm )
if (is_cursed)
do_uncurse_item( arm );
+#ifdef USE_TILE
+ TilePlayerRefresh();
+#endif
+
// no additional enchantment
return (true);
}