summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-02 20:10:33 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-02 20:10:33 +0000
commit0f779d7b62ab133933fd92a2bd1b04c5a2f21500 (patch)
tree82f2121f9c822060654e6cd7859ba3ec59ec6b40 /crawl-ref/source/decks.cc
parente0ecd1fad5cd18dd866cb46d9b230e20cea53606 (diff)
downloadcrawl-ref-0f779d7b62ab133933fd92a2bd1b04c5a2f21500.tar.gz
crawl-ref-0f779d7b62ab133933fd92a2bd1b04c5a2f21500.zip
Fix 2142643: bugs in net traps that I introduced in the trap revamp
(noted by dolorous.) Net traps can now trigger outside of your line of sight. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7084 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 5f96a6da07..a920d89b38 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -1751,7 +1751,7 @@ static void _helm_card(int power, deck_rarity_type rarity)
bool do_shield = false;
int num_resists = 0;
- // Chances are cummulative.
+ // Chances are cumulative.
if (power_level >= 2)
{
if (coinflip()) do_forescry = true;