summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-18 15:46:58 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-26 00:06:31 +0100
commit58c32846fce869fb03fc45ae0d137b55c6097b39 (patch)
treee6fee061fd5468f6ef3909fb1129e6a0d14b214c /crawl-ref/source/fight.h
parent4e9088e3e1e500b31d321c696c67ade46df08b8c (diff)
downloadcrawl-ref-58c32846fce869fb03fc45ae0d137b55c6097b39.tar.gz
crawl-ref-58c32846fce869fb03fc45ae0d137b55c6097b39.zip
Un-underpopulate '4's by adding sixfirhy: elec theme, unorthodox timings.
Sixfirhies move in bursts: speed 30, but act only on 4 turns out of 12. They also get a bonus to moving compared to other actions (move cost 60%). Damage brand is AF_ELEC -- it's unproportionately dangerous, so the numbers only look small. Also, electricity heals them! It won't bring the back from over the edge if physical part of damage got them to 0 hp or less, in this case, they'll explode instead. Keeping with the long tradition of Crawl's demon names, the credit for this one goes to timecircuits' cat.
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);