summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 06:23:19 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 06:23:19 +0000
commit750a8a16335d55cc9798d1a6b638f88f3d2d1e40 (patch)
tree51b7857b3c8a9efe15361ab10e92071a7f6744c0 /crawl-ref/source
parent39993ad45e6330875f2cc53faaa60004ca8ee4e1 (diff)
downloadcrawl-ref-750a8a16335d55cc9798d1a6b638f88f3d2d1e40.tar.gz
crawl-ref-750a8a16335d55cc9798d1a6b638f88f3d2d1e40.zip
Fix stabbing check for petrifying monsters.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8495 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/fight.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 8e370819bc..7fc91ca58a 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3568,6 +3568,7 @@ void melee_attack::player_stab_check()
break;
case UCAT_HELD_IN_NET:
+ case UCAT_PETRIFYING:
case UCAT_PARALYSED:
stab_attempt = true;
stab_bonus = 1;