From e53245e78dcce2d23239f49a5b2f2346f0a840e5 Mon Sep 17 00:00:00 2001 From: dploog Date: Thu, 11 Sep 2008 13:40:42 +0000 Subject: Reduced level of Poison Weapon and Poison Ammunition spells from 4 to 2. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6898 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-data.h') diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h index 976c18f506..d8ff5a44d4 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -1513,7 +1513,7 @@ SPELL_POISON_AMMUNITION, "Poison Ammunition", SPTYP_ENCHANTMENT | SPTYP_POISON, SPFLAG_HELPFUL, - 4, + 2, 0, NULL, false, @@ -1524,7 +1524,7 @@ SPELL_POISON_WEAPON, "Poison Weapon", SPTYP_ENCHANTMENT | SPTYP_POISON, SPFLAG_HELPFUL, - 4, + 2, 0, NULL, false, -- cgit v1.2.3-54-g00ecf