summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 5f73bc91df..40bf299303 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2457,8 +2457,8 @@ item_def *monsters::weapon(int which_attack)
bool monsters::can_throw_rocks() const
{
- return (type == MONS_STONE_GIANT || type == MONS_CYCLOPS ||
- type == MONS_POLYPHEMUS);
+ return (type == MONS_STONE_GIANT || type == MONS_CYCLOPS
+ || type == MONS_OGRE || type == MONS_POLYPHEMUS);
}
bool monsters::has_spell_of_type(unsigned disciplines) const
@@ -4680,7 +4680,7 @@ void monsters::apply_location_effects()
if (alive())
mons_check_pool(this);
}
-
+
/////////////////////////////////////////////////////////////////////////
// mon_enchant