summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 9786a8ba7c..e4048e6f9f 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -80,6 +80,9 @@ public:
bool attacker_visible, defender_visible;
bool attacker_invisible, defender_invisible;
+ // What was the monster's attitude when the attack began?
+ mon_attitude_type defender_starting_attitude;
+
bool unarmed_ok;
int attack_number;