From aaaf25173613a29674b9e86c0cd871c888749639 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 6 May 2009 17:47:45 +0000 Subject: 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 --- crawl-ref/source/enum.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') 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, -- cgit v1.2.3-54-g00ecf