summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-13 22:41:46 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-13 22:41:46 +0000
commite8755ebf1bcf2b31f2bbffe12d56c048fcae3cf4 (patch)
treee5376bc7517a45ae3cd71d8516d02d64274663b0
parentfc3b316537451624d6fd6ce4467a2890cb60b2b9 (diff)
downloadcrawl-ref-e8755ebf1bcf2b31f2bbffe12d56c048fcae3cf4.tar.gz
crawl-ref-e8755ebf1bcf2b31f2bbffe12d56c048fcae3cf4.zip
Tweak the AF_NAPALM flavored attack a bit, to match AF_ROT.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7239 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index d5c0cc24bb..80ef06fb71 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3805,7 +3805,7 @@ void melee_attack::mons_apply_attack_flavour(const mon_attack_def &attk)
break;
case AF_NAPALM:
- if (one_chance_in(20) || (damage_done > 0 && one_chance_in(3)))
+ if (one_chance_in(20) || (damage_done > 2 && one_chance_in(3)))
{
if (needs_message)
{