summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick-p.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-09 21:11:46 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-10 11:27:24 -0700
commit571dd195bbc7a084b21f076b5810ec51aba60026 (patch)
treeecfeef0782787465816865b67d38cc85024fb336 /crawl-ref/source/tilepick-p.cc
parentc961fcdee648c1d4480faa3625dd4e7946c9a1ed (diff)
downloadcrawl-ref-571dd195bbc7a084b21f076b5810ec51aba60026.tar.gz
crawl-ref-571dd195bbc7a084b21f076b5810ec51aba60026.zip
Shadow god: Shadow Form.
For 9 MP, 10 piety, and skill drain, you transform into a swirling mass of dark shadows with immunity to poison, draining, torment, and hostile enchantments as well as 50% damage reduction and a transformation of your bled smoke into miasma (guaranteed on hit). However, you also only deal 50% melee damage and suffer a double-strength spell anti-enhancer.
Diffstat (limited to 'crawl-ref/source/tilepick-p.cc')
-rw-r--r--crawl-ref/source/tilepick-p.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick-p.cc b/crawl-ref/source/tilepick-p.cc
index e0e9749a7d..038bd74715 100644
--- a/crawl-ref/source/tilepick-p.cc
+++ b/crawl-ref/source/tilepick-p.cc
@@ -493,6 +493,7 @@ tileidx_t tileidx_player()
// no special tile
case TRAN_BLADE_HANDS: break;
case TRAN_APPENDAGE:
+ case TRAN_SHADOW:
case TRAN_NONE:
default:
break;