summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 4e0aad24eb..6dceab91c7 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -221,6 +221,7 @@ void random_blink(bool allow_partial_control, bool override_abyss)
{
mpr("You may select the general direction of your translocation.");
cast_semi_controlled_blink(100);
+ maybe_id_ring_TC();
success = true;
}
#endif