summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-15 09:00:16 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-15 09:00:16 +0000
commitbc30076f91a48a0e05a88317d2048f7bcafc06c7 (patch)
tree1f6294fecfa7e2ceac234cd5caf28be8d7a99977 /crawl-ref/source/fight.h
parente1fa1a06461407819062f7c5875d7a0e84fa3f09 (diff)
downloadcrawl-ref-bc30076f91a48a0e05a88317d2048f7bcafc06c7.tar.gz
crawl-ref-bc30076f91a48a0e05a88317d2048f7bcafc06c7.zip
Make paralysed creatures auto-stabbable and brand them appropriately.
Petrified creatures are still only may-stabbable. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9085 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 e4048e6f9f..0a1326b504 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -34,6 +34,7 @@ enum unchivalric_attack_type
UCAT_INVISIBLE,
UCAT_HELD_IN_NET,
UCAT_PETRIFYING,
+ UCAT_PETRIFIED,
UCAT_PARALYSED,
UCAT_SLEEPING
};