summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 00:41:44 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 00:41:44 +0000
commit938d297d2b1dbb2fc080e3f4aa9b5bd5e6a98a71 (patch)
treef491d6fb072d016757a0f44fa41de36623456d05 /crawl-ref/source/fight.h
parent8067633855b60b37d4a5ee04b4dbd9e07f141732 (diff)
downloadcrawl-ref-938d297d2b1dbb2fc080e3f4aa9b5bd5e6a98a71.tar.gz
crawl-ref-938d297d2b1dbb2fc080e3f4aa9b5bd5e6a98a71.zip
Add an unchivalric attack type for petrifying monsters.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8479 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 30607497ae..8fb863ae74 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -33,6 +33,7 @@ enum unchivalric_attack_type
UCAT_FLEEING,
UCAT_INVISIBLE,
UCAT_HELD_IN_NET,
+ UCAT_PETRIFYING,
UCAT_PARALYSED,
UCAT_SLEEPING
};