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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 54c8ae80c3..8b8cc1d82b 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -77,6 +77,7 @@ bool transform_allows_wearing_item(const item_def& item,
case TRAN_DRAGON:
case TRAN_SERPENT_OF_HELL:
case TRAN_AIR: // How did you carry it?
+ case TRAN_BAT:
rc = false;
break;