summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-28 08:02:47 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-28 08:02:47 -0500
commitf12fc34b13e66b961c76fdf152a8ca88f4052bba (patch)
tree9343839f38e5f5adaa4d06f070cb2f9ddb818ab2 /crawl-ref/source
parent169f94f8b4ceb87b097826d2b2bc650281aa891c (diff)
downloadcrawl-ref-f12fc34b13e66b961c76fdf152a8ca88f4052bba.tar.gz
crawl-ref-f12fc34b13e66b961c76fdf152a8ca88f4052bba.zip
And simplify further.
Diffstat (limited to 'crawl-ref/source')
-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