From 6cb6fcba6c88fa354bf9273cc90f04dec8c27463 Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Mon, 22 Jul 2013 11:08:35 +0000 Subject: [PATCH] Magic immunity has no mass effect - fixes #1369 --- config/spell_info.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/spell_info.json b/config/spell_info.json index 349197c29..80d84423e 100644 --- a/config/spell_info.json +++ b/config/spell_info.json @@ -372,12 +372,11 @@ "id": 34, "effect": 1, "anim": 5, - "ranges": [ "0", "0", "0", "X" ], + "ranges": [ "0", "0", "0", "0" ], "effects": [ { "type": "LEVEL_SPELL_IMMUNITY", - "subtype":5, //needed? "valType":"INDEPENDENT_MAX", "duration": "N_TURNS", "values":[3,3,4,5]