From b7dee52a419fd5470a063b2e34b3d2bfb7a04e5f Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sun, 4 Oct 2009 18:15:56 +0200 Subject: Amulet of guardian spirit, it comes as an amulet or a cap. When worn, all non-poison damage will drain mana instead, hurting hp only after mana is depleted. The cap brand is intended only for a fixedart, but per dpeg's request, it will be generated on ordinary caps for now, as a test. --- crawl-ref/source/itemprop.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/itemprop.h') diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h index dd1fc9da8b..883e7e682c 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -191,6 +191,7 @@ enum jewellery_type AMU_CONTROLLED_FLIGHT, AMU_INACCURACY, AMU_RESIST_MUTATION, + AMU_GUARDIAN_SPIRIT, NUM_JEWELLERY }; @@ -336,7 +337,8 @@ enum special_armour_type SPARM_ARCHMAGI, SPARM_PRESERVATION, SPARM_REFLECTION, - NUM_SPECIAL_ARMOURS // 20 + SPARM_SPIRIT_SHIELD, // 20 + NUM_SPECIAL_ARMOURS // 21 }; enum special_missile_type // to separate from weapons in general {dlb} -- cgit v1.2.3-54-g00ecf