summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 80314c20c5..e2802498ae 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -233,7 +233,7 @@ bool transform(int pow, transformation_type which_trans)
"gaining the bat transformation" );
you.symbol = 'b';
- you.colour = DARKGREY;
+ you.colour = (you.species == SP_VAMPIRE ? DARKGREY : LIGHTGREY);
return (true);
case TRAN_ICE_BEAST: // also AC +3, cold +3, fire -1, pois +1