summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-01 21:58:20 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-01 21:58:20 -0400
commit2cfac19f2d24bf1f972a09f07f51028c29120b94 (patch)
tree27a86ce7d2cbaad9f521825580a234c8d62122b1 /crawl-ref/source/mon-act.cc
parent574083af5af8c7216523a4a450a5dbe7d8fb85c1 (diff)
downloadcrawl-ref-2cfac19f2d24bf1f972a09f07f51028c29120b94.tar.gz
crawl-ref-2cfac19f2d24bf1f972a09f07f51028c29120b94.zip
Revert "Acquaint Curse Skulls with their inner mushroom"
As the original commit describes, this was experimental. The moving version wasn't well liked, at least the staionary version can be ignored. This reverts commit 2034c5180c8ce08fb2fb3c7955e200c7909a41d0. Conflicts: crawl-ref/source/mon-act.cc crawl-ref/source/mon-behv.cc crawl-ref/source/mon-data.h
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc
index 1dd257ba3e..f9202eb3c0 100644
--- a/crawl-ref/source/mon-act.cc
+++ b/crawl-ref/source/mon-act.cc
@@ -3234,7 +3234,6 @@ bool mon_can_move_to_pos(const monster* mons, const coord_def& delta,
// Wandering mushrooms usually don't move while you are looking.
if (mons->type == MONS_WANDERING_MUSHROOM
|| mons->type == MONS_DEATHCAP
- || mons->type == MONS_CURSE_SKULL
|| (mons->type == MONS_LURKING_HORROR
&& mons->foe_distance() > random2(LOS_RADIUS + 1)))
{