summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-08 08:29:23 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-08 08:29:23 +0000
commitd9ea814e81198a9f8165255fe7fb5960726cec1e (patch)
treeb2ec98c446e2cbb8440ba3609267b3b628d47588 /crawl-ref/source/decks.cc
parent8b35f4c9a5b7232313b2f53d8de26145759852ed (diff)
downloadcrawl-ref-d9ea814e81198a9f8165255fe7fb5960726cec1e.tar.gz
crawl-ref-d9ea814e81198a9f8165255fe7fb5960726cec1e.zip
Add some of the missing descriptions for various abilities.
The only ones missing now are Makhleb's powers. Never having played him I don't know what they do. They're a bit random, right? Also, what is the difference between Peek Two and Mark Four? With one you draw, mark and shuffle two cards, with the other four, and both identify the deck. What's the big deal? git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6451 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 6298404b97..1328c4e0d3 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -841,7 +841,7 @@ bool deck_peek()
// Mark a deck: look at the next four cards, mark them, and shuffle
// them back into the deck. The player won't know what order they're
-// in, and the if the top card is non-marked then the player won't
+// in, and if the top card is non-marked then the player won't
// know what the next card is. Return false if the operation was
// failed/aborted along the way.
bool deck_mark()