summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick-p.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-14 20:58:51 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-14 20:58:51 -0700
commit58d5a39bc2126cac1d1ab9d5ac839827b2ed8817 (patch)
treebee6e8e68d33a4fb3a574591f3088fddc13a5851 /crawl-ref/source/tilepick-p.cc
parent958ac0acf9b4b4ad0ada5a88a9bbbe95efdb5bea (diff)
parent7782a6fd92d933f96a52a1a65da7c47dafd612d2 (diff)
downloadcrawl-ref-58d5a39bc2126cac1d1ab9d5ac839827b2ed8817.tar.gz
crawl-ref-58d5a39bc2126cac1d1ab9d5ac839827b2ed8817.zip
Merge branch 'shadow-god'
With bugfixes and more general balancing out of the way, and with the generally positive reception this has had to this point, it's time for fine-tuning the balance by way of the widespread feedback bringing this to trunk will yield.
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 b1e633c345..0a50160007 100644
--- a/crawl-ref/source/tilepick-p.cc
+++ b/crawl-ref/source/tilepick-p.cc
@@ -472,6 +472,7 @@ tileidx_t tileidx_player()
case TRAN_WISP: ch = TILEP_MONS_INSUBSTANTIAL_WISP; break;
case TRAN_JELLY: ch = TILEP_MONS_JELLY; break;
case TRAN_FUNGUS: ch = TILEP_MONS_WANDERING_MUSHROOM; break;
+ case TRAN_SHADOW: ch = TILEP_MONS_SHADOW; break;
case TRAN_DRAGON:
{
switch (you.species)