Browse Source

War Machines: add absoluteImmunity to Implosion spell

ArseniyShestakov 10 years ago
parent
commit
fbb84624f9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      config/spells/offensive.json

+ 3 - 0
config/spells/offensive.json

@@ -110,6 +110,9 @@
 			"offensive": true,
 			"negative": true
 		},
+		"absoluteImmunity" : {
+			"SIEGE_WEAPON": true
+		},
 		"immunity" : {
 			"DIRECT_DAMAGE_IMMUNITY": true
 		}