From f4bb02dd66fdf77bfd0ec304e4ae160a27916f42 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 30 May 2009 19:13:17 +0000 Subject: * AutoID rings of teleport control after teleporting. * Fix 2788773: Infinite scroll uses by clicking on a stack in tiles. * Fix 2792095: Tiled menus possibly containing more than 52 items. * Fix clicking on items not setting just_clicked_on_item until after the effect happened. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9853 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spells1.cc') 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 -- cgit v1.2.3-54-g00ecf