summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 14:54:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 14:54:42 +0000
commit2e56b593a6e6ff6ad6126db177355462ff7d718d (patch)
treeff807c61adc0bdab22fa03dea576dab0aa23b054 /crawl-ref/source/decks.cc
parent9618e9151ba4c82043eecd79c5967ca3c793690d (diff)
downloadcrawl-ref-2e56b593a6e6ff6ad6126db177355462ff7d718d.tar.gz
crawl-ref-2e56b593a6e6ff6ad6126db177355462ff7d718d.zip
Add another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5944 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index fa5e82c24e..6306292177 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -2417,8 +2417,8 @@ static void _genie_card(int power, deck_rarity_type rarity)
{
mpr("A genie takes form and thunders: "
"\"You disturbed me, fool!\"");
- // use 41 not 40 to tell potion_effect() that this isn't
- // a real potion
+ // Use 41, not 40, to tell potion_effect() that this isn't a
+ // real potion.
potion_effect( coinflip() ? POT_DEGENERATION : POT_DECAY, 41 );
}
}