summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-clouds.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-08-20 13:08:43 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-08-20 14:20:22 +0100
commit54df5be6b9d9bdd40a116d0b4ddd192871e8adb2 (patch)
tree5ad66ec37d816e2edf46a1f20c33a8cb690a397b /crawl-ref/source/spl-clouds.h
parent19fbaf86f4ea4c02d326252ac0105f5aea30887a (diff)
downloadcrawl-ref-54df5be6b9d9bdd40a116d0b4ddd192871e8adb2.tar.gz
crawl-ref-54df5be6b9d9bdd40a116d0b4ddd192871e8adb2.zip
Remove Evaporate and Fulsome Distillation, and the book of Stalking
Mephitic, poison and miasma clouds from a level 2 spell just isn't balanced at all (compare to Poisonous Cloud, a very strong spell at level 6). Fulsome makes the first two of these completely unlimited in practice, and miasma is absurdly strong even with decay corpses being rarer.
Diffstat (limited to 'crawl-ref/source/spl-clouds.h')
-rw-r--r--crawl-ref/source/spl-clouds.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/spl-clouds.h b/crawl-ref/source/spl-clouds.h
index d2b10d046c..32faa94d9a 100644
--- a/crawl-ref/source/spl-clouds.h
+++ b/crawl-ref/source/spl-clouds.h
@@ -21,8 +21,5 @@ void manage_fire_shield(int delay);
spret_type cast_corpse_rot(bool fail);
void corpse_rot(actor* caster);
-std::string get_evaporate_result_list(int potion);
-spret_type cast_evaporate(int pow, bolt& beem, int potion, bool fail);
-
int holy_flames(monster* caster, actor* defender);
#endif