summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-wanderer.cc
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/ng-wanderer.cc
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/ng-wanderer.cc')
-rw-r--r--crawl-ref/source/ng-wanderer.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/ng-wanderer.cc b/crawl-ref/source/ng-wanderer.cc
index 08888acb97..e23d2fc020 100644
--- a/crawl-ref/source/ng-wanderer.cc
+++ b/crawl-ref/source/ng-wanderer.cc
@@ -336,7 +336,7 @@ static void _give_wanderer_book(skill_type skill, int & slot)
break;
case SK_TRANSMUTATIONS:
- switch (random2(3))
+ switch (random2(2))
{
case 0:
book_type = BOOK_GEOMANCY;
@@ -344,9 +344,6 @@ static void _give_wanderer_book(skill_type skill, int & slot)
case 1:
book_type = BOOK_CHANGES;
break;
- case 2:
- book_type = BOOK_STALKING;
- break;
}
break;