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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 3b18c6fea1..70e29f2a02 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -127,6 +127,7 @@ public:
std::string no_damage_message;
std::string special_damage_message;
std::string unarmed_attack;
+ beam_type special_damage_flavour;
item_def *shield;
item_def *defender_shield;
@@ -261,7 +262,6 @@ private:
bool player_hits_monster();
int player_calc_base_weapon_damage();
int player_calc_base_unarmed_damage();
- bool player_hurt_monster();
void player_exercise_combat_skills();
bool player_monattk_final_hit_effects(bool mondied);
bool player_monattk_hit_effects(bool mondied);