summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 08:06:29 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 08:06:29 +0000
commit2200f464de73650d60933522ff6630d0fd45472c (patch)
tree3d9807c4fb02c067f8e4cd6ba1d3991bd8cf3670 /crawl-ref/source/effects.cc
parentb8b2bb9e384433b4f29951621b1a159fb7ee1a60 (diff)
downloadcrawl-ref-2200f464de73650d60933522ff6630d0fd45472c.tar.gz
crawl-ref-2200f464de73650d60933522ff6630d0fd45472c.zip
Tweak change log a bit and add new commands to 034_changes.txt. Are
there more new commands I've forgotten? Please don't include wizmode commands as they don't matter during normal game. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6387 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 9c9d58be54..2f0bb6e661 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2671,7 +2671,8 @@ void handle_time(long time_delta)
}
// Exercise stealth skill:
else if (you.burden_state == BS_UNENCUMBERED
- && !you.duration[DUR_BERSERKER] && you.special_wield != SPWLD_SHADOW)
+ && !you.duration[DUR_BERSERKER]
+ && you.special_wield != SPWLD_SHADOW)
{
// Diminishing returns for stealth training by waiting.
if ((you.equip[EQ_BODY_ARMOUR] == -1