summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2014-05-15 16:13:54 -0400
committerelliptic <hyperelliptical@gmail.com>2014-05-15 16:15:27 -0400
commitdc07b5ecc06bef2ef2596b09cc4e4297cc5649f9 (patch)
tree49adffcbd5565b3bc5e923b82abe776a1a3159b0 /crawl-ref/source/effects.h
parenta4f4e44c7d95696e2ca8f571c647511e670fd3f1 (diff)
downloadcrawl-ref-dc07b5ecc06bef2ef2596b09cc4e4297cc5649f9.tar.gz
crawl-ref-dc07b5ecc06bef2ef2596b09cc4e4297cc5649f9.zip
Remove random amnesia from Sif wrath.
It rarely did anything more interesting than cause the player to ctrl-F for the spell and relearn it.
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 3e774f8994..464c5ec904 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -13,8 +13,6 @@ struct item_def;
void banished(const string &who = "");
-bool forget_spell(void);
-
int mushroom_prob(item_def & corpse);
bool mushroom_spawn_message(int seen_targets, int seen_corpses);