summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attack.h
diff options
context:
space:
mode:
authorRobert Burnham <burnhamrobertp@gmail.com>2011-11-16 02:42:54 -0600
committerRobert Burnham <burnhamrobertp@gmail.com>2011-11-16 02:42:54 -0600
commite1dcbbafa2eb2c7bb835d65077ecc4f0766ff427 (patch)
tree19995900b074d2904215f19a239cf6170a952700 /crawl-ref/source/attack.h
parent05ad5fe5c1167a70d345122b9780e1353561bf8b (diff)
parent38c8921e3e497a7e0626216a724e1524b9edd78e (diff)
downloadcrawl-ref-e1dcbbafa2eb2c7bb835d65077ecc4f0766ff427.tar.gz
crawl-ref-e1dcbbafa2eb2c7bb835d65077ecc4f0766ff427.zip
Merge branch 'master' into unified_combat_control
Conflicts: crawl-ref/source/fight.cc crawl-ref/source/mon-stuff.cc crawl-ref/source/player-stats.cc One of the more significant changes resulting from this merge is that the new minotaur_retaliation which is supposed to have a max occurrence of once per monster attack round simply has a chance per monster attack (regardless of whether we're in the same effective attack round) which increases based on effective_attack_num which lends to the possibility of multiple retaliations.
Diffstat (limited to 'crawl-ref/source/attack.h')
-rw-r--r--crawl-ref/source/attack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/attack.h b/crawl-ref/source/attack.h
index f12dbe8b1c..d29800e4e4 100644
--- a/crawl-ref/source/attack.h
+++ b/crawl-ref/source/attack.h
@@ -126,6 +126,7 @@ protected:
std::string debug_damage_number();
std::string special_attack_punctuation();
std::string attack_strength_punctuation();
+ std::string get_exclams(int dmg);
std::string evasion_margin_adverb();
std::string atk_name(description_level_type desc);