summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorRobert Burnham <burnhamrobertp@gmail.com>2010-04-04 00:09:55 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-04-04 07:38:42 -0500
commit060c5662636b0636642beb377fca8d4734978c34 (patch)
tree6d9c6834bab90a8a743d69729f2a78ae4f9f5a3a /crawl-ref/source/mutation.h
parent29a8bdb96269a5c6ed9864e8ea60ed2ac46021b8 (diff)
downloadcrawl-ref-060c5662636b0636642beb377fca8d4734978c34.tar.gz
crawl-ref-060c5662636b0636642beb377fca8d4734978c34.zip
Demonspawn_add_powered_by_death
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index b4d587d20d..08db528814 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -64,4 +64,5 @@ int how_mutated(bool all = false, bool levels = false);
void check_demonic_guardian();
void check_antennae_detect();
+int count_pbd_corpses();
#endif