Browse Source

Fixed https://bugs.vcmi.eu/view.php?id=2749

AlexVinS 8 years ago
parent
commit
980926a7bd
1 changed files with 8 additions and 2 deletions
  1. 8 2
      config/spells/ability.json

+ 8 - 2
config/spells/ability.json

@@ -25,7 +25,10 @@
 					"noRetaliation" : {
 					"noRetaliation" : {
 						"val" : 0,
 						"val" : 0,
 						"type" : "NO_RETALIATION",
 						"type" : "NO_RETALIATION",
-						"duration" : "UNTIL_BEING_ATTACKED"
+						"duration" : [
+							"UNTIL_BEING_ATTACKED",
+							"N_TURNS"
+						]
 					},
 					},
 					"defenceBoost" : {
 					"defenceBoost" : {
 						"type" : "PRIMARY_SKILL",
 						"type" : "PRIMARY_SKILL",
@@ -184,7 +187,10 @@
 					"noRetaliation" : {
 					"noRetaliation" : {
 						"val" : 0,
 						"val" : 0,
 						"type" : "NO_RETALIATION",
 						"type" : "NO_RETALIATION",
-						"duration" : "UNTIL_BEING_ATTACKED"
+						"duration" : [
+							"UNTIL_BEING_ATTACKED",
+							"N_TURNS"
+						]
 					}
 					}
 				}
 				}
 			}
 			}