summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/melee_attack.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-19 21:48:03 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-27 17:02:33 -0600
commit0ae9f4fba60e8a6eed6359e8e3aaa045f5e74ebb (patch)
treec3ea65e73a812f3217421f52bcdcf71f4ba662c3 /crawl-ref/source/melee_attack.h
parenta2702ba0a56228743ba069c151e94c06601aabb6 (diff)
downloadcrawl-ref-0ae9f4fba60e8a6eed6359e8e3aaa045f5e74ebb.tar.gz
crawl-ref-0ae9f4fba60e8a6eed6359e8e3aaa045f5e74ebb.zip
Let stabbing with blowgun attacks extend effect duration (elliptic).
Poisoned needles deal more poison damage; curare has its effect amplified; duration-based needles have their durations extended (except frenzy, possibly for now). The needle of paralysis hits the stone giant in a vulnerable spot!!!! This code might have some side effects based on the dur paramater of enchant_monster_with_flavour being meaningful for the duration-base needle enchantment types; if so, that'll need fixing.
Diffstat (limited to 'crawl-ref/source/melee_attack.h')
-rw-r--r--crawl-ref/source/melee_attack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/melee_attack.h b/crawl-ref/source/melee_attack.h
index e3f232b483..e699e6eb43 100644
--- a/crawl-ref/source/melee_attack.h
+++ b/crawl-ref/source/melee_attack.h
@@ -143,6 +143,7 @@ private:
int staff_damage(skill_type skill);
void apply_staff_damage();
void player_stab_check();
+ int player_stab_tier();
void player_announce_aux_hit();
string player_why_missed();
void player_warn_miss();