summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-04-04 16:37:59 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-04-04 16:54:45 +0200
commita841f4f11388c75ba8d061d42b237c0083e23166 (patch)
tree513d0119f5fcbb01c4592783731d2b94aa537d38 /crawl-ref/source/mutation.h
parent6edb273bc523a9305cf5422c9a67b18dd4ad6913 (diff)
downloadcrawl-ref-a841f4f11388c75ba8d061d42b237c0083e23166.tar.gz
crawl-ref-a841f4f11388c75ba8d061d42b237c0083e23166.zip
Fix power by death rotting code being called almost always.
Also move power-by-death code out of durations.
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 08db528814..9597ca4cb0 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -65,4 +65,5 @@ int how_mutated(bool all = false, bool levels = false);
void check_demonic_guardian();
void check_antennae_detect();
int count_pbd_corpses();
+void rot_pbd_corpses();
#endif