Explorar o código

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

Fix scope of summonDemons graphics
Ivan Savenko hai 2 semanas
pai
achega
0373691f3a
Modificáronse 2 ficheiros con 5 adicións e 4 borrados
  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" : {
 	"core:summonDemons" : {
-		"name": "Summon Demons"
+		"name": "Summon Demons",
+		"graphics" : {
+			"iconEffect" : "battle/actionGenie.png" // generic icon since H3 does not have one
+		},
 	},
 	},
 	"core:firstAid" : {
 	"core:firstAid" : {
 		"name": "First Aid"
 		"name": "First Aid"

+ 1 - 3
config/spells/vcmiAbility.json

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