浏览代码

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

AlexVinS 8 年之前
父节点
当前提交
980926a7bd
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      config/spells/ability.json

+ 8 - 2
config/spells/ability.json

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