summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-06 12:07:27 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-10 19:04:24 +0100
commit7448927f345d13727d5ecc39244513824f7b307f (patch)
treed4032c9b3ce0c49c6c5b9065460b4c031d638e82 /crawl-ref/source/spl-cast.cc
parent73a0f20e8f66775133cc3e1a1bd0d997cf943864 (diff)
downloadcrawl-ref-7448927f345d13727d5ecc39244513824f7b307f.tar.gz
crawl-ref-7448927f345d13727d5ecc39244513824f7b307f.zip
Remove the unused jelly form
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 4933129025..18729549c0 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -555,7 +555,7 @@ void inspect_spells()
static bool _can_cast()
{
- if (you.form == TRAN_BAT || you.form == TRAN_PIG || you.form == TRAN_JELLY
+ if (you.form == TRAN_BAT || you.form == TRAN_PIG
|| you.form == TRAN_PORCUPINE || you.form == TRAN_WISP
|| you.form == TRAN_FUNGUS)
{