summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-15 12:15:52 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-15 12:15:52 +0000
commitd3c9ed21e760065a2faad5b371efdccf5fdace78 (patch)
tree6fa6a8fdd9516b3ab5c655d3490561033aa580a6 /crawl-ref/source/spl-data.h
parent4d8f70826f5165f0098e427e8ccc35cf4d164693 (diff)
downloadcrawl-ref-d3c9ed21e760065a2faad5b371efdccf5fdace78.tar.gz
crawl-ref-d3c9ed21e760065a2faad5b371efdccf5fdace78.zip
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
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 2dea41640e..a2b0e4509e 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -395,7 +395,7 @@
SPELL_CONTROLLED_BLINK, "Controlled Blink",
SPTYP_TRANSLOCATION,
SPFLAG_NONE,
- 8,
+ 7,
0,
NULL,
false,
@@ -1409,7 +1409,7 @@
SPELL_CONTROL_TELEPORT, "Control Teleport",
SPTYP_ENCHANTMENT | SPTYP_TRANSLOCATION,
SPFLAG_NONE,
- 5,
+ 4,
200,
NULL,
false,