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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 55bf9cd110..3ada5a9d14 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2647,8 +2647,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