summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-19 04:52:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-19 04:52:12 +0000
commitabdd6971bdc3e26427aa886314452d65e365db62 (patch)
tree953983199e64128178d94fdcbcf93119fc73f98d /crawl-ref/source
parentdfb1347f58b727ac026084498a9902435d451026 (diff)
downloadcrawl-ref-abdd6971bdc3e26427aa886314452d65e365db62.tar.gz
crawl-ref-abdd6971bdc3e26427aa886314452d65e365db62.zip
Tweak proximity mutation chance for very ugly things.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10725 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mstuff2.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 556d325124..28f8d83678 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -2394,8 +2394,7 @@ bool ugly_thing_proximity_mutate(monsters *ugly)
if (coinflip())
mutate_chance++;
- if (ugly->type == MONS_UGLY_THING
- && ugly_near->type == MONS_VERY_UGLY_THING)
+ if (ugly_near->type == MONS_VERY_UGLY_THING)
{
if (coinflip())
mutate_chance++;