summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ranged_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/ranged_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/ranged_attack.h')
-rw-r--r--crawl-ref/source/ranged_attack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ranged_attack.h b/crawl-ref/source/ranged_attack.h
index 9fdfa3a8f2..b526a0dbe4 100644
--- a/crawl-ref/source/ranged_attack.h
+++ b/crawl-ref/source/ranged_attack.h
@@ -44,6 +44,7 @@ private:
/* Attack Effects */
bool mons_attack_effects();
void player_stab_check();
+ int player_stab_tier();
/* Output */
void adjust_noise();