summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-stuff.cc')
-rw-r--r--crawl-ref/source/mon-stuff.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-stuff.cc b/crawl-ref/source/mon-stuff.cc
index 68c98abb4f..92d9716056 100644
--- a/crawl-ref/source/mon-stuff.cc
+++ b/crawl-ref/source/mon-stuff.cc
@@ -2280,7 +2280,9 @@ static bool _valid_morph(monsters *monster, monster_type new_mclass)
// Other poly-unsuitable things.
|| new_mclass == MONS_ORB_GUARDIAN
+ || new_mclass == MONS_DWARF
|| mons_is_statue(new_mclass)
+ || mons_is_projectile(new_mclass)
// The spell on Prince Ribbit can't be broken so easily.
|| (new_mclass == MONS_HUMAN && monster->type == MONS_PRINCE_RIBBIT))