summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-06-21 22:40:17 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-06-21 22:40:17 +0200
commit87db9af27edb0062046fbdf5aa05cf6b0422478a (patch)
tree768e49731b5d100691b8945d5d867b6002c04b20 /crawl-ref/source/spl-util.h
parent05e49a6f09c5e35d7dd28c19311d3c2bad2c2866 (diff)
downloadcrawl-ref-87db9af27edb0062046fbdf5aa05cf6b0422478a.tar.gz
crawl-ref-87db9af27edb0062046fbdf5aa05cf6b0422478a.zip
Nerf Extension by allowing extending only spells you know.
Extending a spell with cast chance <50% may fail. This stops the abuse of getting Lich Form or Dragon Form from a card or from Xom and extending it indefinitely. Also, there are no Might, Brilliance and Agility spells.
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 5be75b1d4d..6beaa8825b 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -140,7 +140,6 @@ spell_type zap_type_to_spell(zap_type zap);
bool spell_is_useless(spell_type spell, bool transient = false);
bool spell_is_empowered(spell_type spell);
bool spell_is_useful(spell_type spell);
-bool spell_is_known(spell_type spell);
bool spell_is_risky(spell_type spell);
int spell_highlight_by_utility( spell_type spell,