summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-23 23:36:00 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-23 23:36:00 +0000
commit8d37059fe0ec465e34c7f9de74aa693a0899de32 (patch)
tree32352ef78fb6e7a04c5fb9426bd6a6ac653e2428 /crawl-ref
parent6fe7d341e39eb20c7117d4cf65a25cfa50a893e5 (diff)
downloadcrawl-ref-8d37059fe0ec465e34c7f9de74aa693a0899de32.tar.gz
crawl-ref-8d37059fe0ec465e34c7f9de74aa693a0899de32.zip
Add still more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5201 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/abl-show.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index a375b81591..aa93cccf9f 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -2085,13 +2085,9 @@ std::vector<talent> your_talents( bool check_confused )
// Religious abilities
if (you.religion == GOD_ELYVILON)
- {
_add_talent(talents, ABIL_ELYVILON_DESTROY_WEAPONS, check_confused );
- }
else if (you.religion == GOD_TROG)
- {
_add_talent(talents, ABIL_TROG_BURN_BOOKS, check_confused );
- }
// gods take abilities away until penance completed -- bwr
if (!player_under_penance() && !silenced( you.x_pos, you.y_pos ))
@@ -2114,9 +2110,7 @@ std::vector<talent> your_talents( bool check_confused )
//jmf: check for breath weapons -- they're exclusive of each other I hope!
// better make better ones first.
if (you.attribute[ATTR_TRANSFORMATION] == TRAN_SERPENT_OF_HELL)
- {
_add_talent(talents, ABIL_BREATHE_HELLFIRE, check_confused );
- }
else if (you.attribute[ATTR_TRANSFORMATION] == TRAN_DRAGON
|| player_mutation_level(MUT_BREATHE_FLAMES))
{