浏览代码

Merge pull request #6388 from mrhaandi/fix-summonDemons-location

Fix scope of summonDemons graphics
Ivan Savenko 2 周之前
父节点
当前提交
0373691f3a
共有 2 个文件被更改,包括 5 次插入4 次删除
  1. 4 1
      Mods/vcmi/Content/config/spells.json
  2. 1 3
      config/spells/vcmiAbility.json

+ 4 - 1
Mods/vcmi/Content/config/spells.json

@@ -1,6 +1,9 @@
 {
 	"core:summonDemons" : {
-		"name": "Summon Demons"
+		"name": "Summon Demons",
+		"graphics" : {
+			"iconEffect" : "battle/actionGenie.png" // generic icon since H3 does not have one
+		},
 	},
 	"core:firstAid" : {
 		"name": "First Aid"

+ 1 - 3
config/spells/vcmiAbility.json

@@ -14,9 +14,7 @@
 		"sounds": {
 			"cast": "RESURECT"
 		},
-		"graphics" : {
-			"iconEffect" : "battle/actionGenie.png" // generic icon since H3 does not have one
-		},
+		"graphics" : {},
 		"levels" : {
 			"base": {
 				"description" : "",