From ebc2cb26f221bbce6a2cf5cbd3ce250af75e914f Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 11 Oct 2008 13:38:28 +0000 Subject: After discussion with dpeg, added a Scroll of Antimagic, taking probability (equal to ?oHolyWord) from the ?oPaper. Effects apply to all creatures within LOS, including you, with no magic resistance check: - Remove all magical enchantments (e.g. Haste, but not Poison) - Cut magic resistance in half for 40 turns. (This does not affect magic-immunes.) Balance testing, etc., needed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7211 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 13acab5ed4..6856219604 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1129,6 +1129,7 @@ enum duration_type DUR_SAGE, DUR_TELEPATHY, DUR_PETRIFIED, + DUR_LOWERED_MR, NUM_DURATIONS }; @@ -1166,6 +1167,7 @@ enum enchant_type ENCH_NEUTRAL, ENCH_PETRIFYING, ENCH_PETRIFIED, + ENCH_LOWERED_MR, // Update enchantment names in mon-util.cc when adding or removing // enchantments. -- cgit v1.2.3-54-g00ecf