summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-01 18:04:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-01 18:04:58 +0000
commit907c8096a95feeec60fcf696598316d398051092 (patch)
treef3a9ba3cb29e6dfa01a25fe1c9ef4fa29b13cd4a /crawl-ref/source/newgame.cc
parente9a58044e36966a261704a21681e1240f985ea45 (diff)
downloadcrawl-ref-907c8096a95feeec60fcf696598316d398051092.tar.gz
crawl-ref-907c8096a95feeec60fcf696598316d398051092.zip
Apply 0.5 r9875 to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9877 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 7cc59df69c..69c16be599 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -680,8 +680,7 @@ static unsigned char _random_potion_description()
// qualifiers.
}
while (colour == PDC_CLEAR && nature > PDQ_VISCOUS
- || desc == PDESCS(PDC_CLEAR)
- || desc == PDESCQ(PDQ_GLUGGY, PDC_WHITE));
+ || desc == PDESCS(PDC_CLEAR));
return static_cast<unsigned char>(desc);
}