summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-func.h
diff options
context:
space:
mode:
authorwheals <shm.mark@gmail.com>2014-02-12 18:59:28 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-02-24 23:50:41 -0500
commit474977d740c070c7240df71e69437b8c955fe5b0 (patch)
treec29b2dadefb3b01367e3689c3ee35705edc25a53 /crawl-ref/source/art-func.h
parent2228498b1c13e8181272757c7e3971bbce30689c (diff)
downloadcrawl-ref-474977d740c070c7240df71e69437b8c955fe5b0.tar.gz
crawl-ref-474977d740c070c7240df71e69437b8c955fe5b0.zip
Remove djinn.
Djinn games can't be started (hopefully including using the rcfile), and djinn code should be removed on save-compat bump. Also, schedule a few SE things to be removed.
Diffstat (limited to 'crawl-ref/source/art-func.h')
-rw-r--r--crawl-ref/source/art-func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/art-func.h b/crawl-ref/source/art-func.h
index 99a7ee7fef..7d1acb6723 100644
--- a/crawl-ref/source/art-func.h
+++ b/crawl-ref/source/art-func.h
@@ -459,6 +459,7 @@ static void _wucad_miscast(actor* victim, int power,int fail)
static bool _WUCAD_MU_evoke(item_def *item, int* pract, bool* did_work,
bool* unevokable)
{
+#if TAG_MAJOR_VERSION == 34
if (you.species == SP_DJINNI)
{
mpr("The staff is unable to affect your essence.");
@@ -466,6 +467,7 @@ static bool _WUCAD_MU_evoke(item_def *item, int* pract, bool* did_work,
return true;
}
+#endif
if (you.magic_points == you.max_magic_points)
{
mpr("Your reserves of magic are full.");