From d3c9ed21e760065a2faad5b371efdccf5fdace78 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 15 Jul 2007 12:15:52 +0000 Subject: Drop Control Teleport and Controlled Blink by one spell level each. [1750729] Controlled Blink (the spell) now decays to semi-controlled blink on levels that block teleport control and is less likely to be blocked by the Abyss. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1873 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index a27ec3ae27..8e308e77c9 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -3501,7 +3501,7 @@ void read_scroll(void) break; case SCR_BLINKING: - blink(); + blink(1000, false); break; case SCR_TELEPORTATION: -- cgit v1.2.3-54-g00ecf