summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 676e6eba1c..af1b45c53f 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -2454,7 +2454,7 @@ bool ugly_thing_proximity_mutate(monsters *ugly)
{
monsters *ugly_near = monster_at(*ri);
- if (ugly_near == NULL || ugly_near == ugly)
+ if (ugly_near == NULL)
continue;
if (ugly_near->type == MONS_UGLY_THING