summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-16 10:14:08 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-16 10:14:08 +0200
commit4b8ede51315941ab129957cbdc46c30a1d27c17d (patch)
tree381134d7f8ef3a0c9e04550e54248c41598c3dd3 /crawl-ref/source/mon-death.h
parent4a8ad4846167c0ed9c3bef22e2bc43d05081a5e3 (diff)
downloadcrawl-ref-4b8ede51315941ab129957cbdc46c30a1d27c17d.tar.gz
crawl-ref-4b8ede51315941ab129957cbdc46c30a1d27c17d.zip
Don't "partially break" Pikel's spell when he follows stairs.
This led to inconsistencies when slaves that changed levels on their own didn't get freed, yet if it was Pikel who moved, slaves on the old level did. To free them, you now need to actually kill or enslave Pikel.
Diffstat (limited to 'crawl-ref/source/mon-death.h')
-rw-r--r--crawl-ref/source/mon-death.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-death.h b/crawl-ref/source/mon-death.h
index 5224ce0783..7ab939520d 100644
--- a/crawl-ref/source/mon-death.h
+++ b/crawl-ref/source/mon-death.h
@@ -7,7 +7,7 @@
#define MONDEATH_H
bool mons_is_pikel (monster* mons);
-void pikel_band_neutralise(bool check_tagged = false);
+void pikel_band_neutralise();
bool mons_is_duvessa(const monster* mons);
bool mons_is_dowan(const monster* mons);