From 51821ad5c41058cedb16fc5f722f180ccc3f7fa7 Mon Sep 17 00:00:00 2001 From: mateuszb Date: Sun, 3 May 2009 16:15:22 +0000 Subject: [PATCH] * missing change for previous commit --- hch/CArtHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hch/CArtHandler.cpp b/hch/CArtHandler.cpp index 4651d6628..9ba8d535a 100644 --- a/hch/CArtHandler.cpp +++ b/hch/CArtHandler.cpp @@ -265,7 +265,7 @@ void CArtHandler::addBonuses() giveArtBonus(90,HeroBonus::WATER_WALKING,0);//Boots of Levitation giveArtBonus(91,HeroBonus::NO_SHOTING_PENALTY,0);//Golden Bow - giveArtBonus(92,HeroBonus::DISPEL_IMMUNITY,0);//Sphere of Permanence + giveArtBonus(92,HeroBonus::SPELL_IMMUNITY,35);//Sphere of Permanence giveArtBonus(93,HeroBonus::NEGATE_ALL_NATURAL_IMMUNITIES,0);//Orb of Vulnerability giveArtBonus(94,HeroBonus::STACK_HEALTH,+1);//Ring of Vitality