summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-06 17:47:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-06 17:47:45 +0000
commitaaaf25173613a29674b9e86c0cd871c888749639 (patch)
treeee6abd8754aed992a1b0f7e2b3894ab4673d984e /crawl-ref/source/enum.h
parentdc09560ed3f01a349766baf0a2cfc016041f9a6b (diff)
downloadcrawl-ref-aaaf25173613a29674b9e86c0cd871c888749639.tar.gz
crawl-ref-aaaf25173613a29674b9e86c0cd871c888749639.zip
Make Trog's Hand grant both regeneration and magic resistance.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9741 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 973c475fb0..74bd3723b9 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -111,7 +111,7 @@ enum ability_type
enum activity_interrupt_type
{
- AI_FORCE_INTERRUPT = 0, // Forcibly kills any activity that can be
+ AI_FORCE_INTERRUPT = 0, // Forcibly kills any activity that can be
// interrupted.
AI_KEYPRESS,
AI_FULL_HP, // Player is fully healed
@@ -141,7 +141,8 @@ enum actor_type
enum attribute_type
{
- ATTR_DIVINE_LIGHTNING_PROTECTION, // 0
+ ATTR_DIVINE_LIGHTNING_PROTECTION,
+ ATTR_DIVINE_REGENERATION,
ATTR_DIVINE_DEATH_CHANNEL,
ATTR_TRANSFORMATION,
ATTR_CARD_COUNTDOWN,