summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-04-11 08:29:44 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-05-25 20:27:48 -0700
commit6f959b73ab6b07a742e45870b540a2038e405253 (patch)
treef2145783a10e15c457d8a9031eacdaee6991eed4 /crawl-ref/source/player.h
parentf6d44216f86f13f3ce9a7e7ee174ecb80f4248e5 (diff)
downloadcrawl-ref-6f959b73ab6b07a742e45870b540a2038e405253.tar.gz
crawl-ref-6f959b73ab6b07a742e45870b540a2038e405253.zip
Add the Majin-Bo, a new fixedart that offers power at
a terrible price. (It's not that terrible!)
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index dd8c214065..2cbf7e02eb 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -444,6 +444,9 @@ public:
bool tengu_flight() const;
+ int spell_hp_cost() const;
+ bool spellcasting_unholy() const;
+
// Dealing with beholders. Implemented in behold.cc.
void add_beholder(const monster* mon, bool axe = false);
bool beheld() const;