summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/melee_attack.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-03-22 01:04:38 -0400
committerNeil Moore <neil@s-z.org>2014-03-22 01:04:38 -0400
commit779366f74f0cda46837472856a3cfdda1e57008a (patch)
treea9c4758f6944b389f4ab1b1f0cb5b0dac0c9ce61 /crawl-ref/source/melee_attack.h
parentaa30ffd8de87c5afb8ad6b56c77612c99f42ce82 (diff)
downloadcrawl-ref-779366f74f0cda46837472856a3cfdda1e57008a.tar.gz
crawl-ref-779366f74f0cda46837472856a3cfdda1e57008a.zip
Don't consider walking through clouds to be wanton (#7060)
First fixed in 0.13-a0-816-gb11031e, then broken by 0.14-a0-32-gdbef0e0.
Diffstat (limited to 'crawl-ref/source/melee_attack.h')
-rw-r--r--crawl-ref/source/melee_attack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/melee_attack.h b/crawl-ref/source/melee_attack.h
index dc913085f0..69b1bfadad 100644
--- a/crawl-ref/source/melee_attack.h
+++ b/crawl-ref/source/melee_attack.h
@@ -35,7 +35,7 @@ public:
int attack_number;
int effective_attack_number;
- bool skip_chaos_message;
+ bool fake_chaos_attack;
beam_type special_damage_flavour;