Browse Source

config\creatures\neutral.json syntax fix

alexvins 11 years ago
parent
commit
67450dfed6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/creatures/neutral.json

+ 3 - 3
config/creatures/neutral.json

@@ -117,13 +117,13 @@
 			{
 			{
 				"type" : "DRAGON_NATURE"
 				"type" : "DRAGON_NATURE"
 			},
 			},
-						"crystals" :
+		        "crystals" :
 			{
 			{
 				"type" : "GENERATE_RESOURCE",
 				"type" : "GENERATE_RESOURCE",
-				"subtype" : "resource.crystal"
+				"subtype" : "resource.crystal",
 				"val" : 1,
 				"val" : 1,
 				"propagator" : "HERO"
 				"propagator" : "HERO"
-			}
+			},
 			"FLYING_ARMY" : null
 			"FLYING_ARMY" : null
 		},
 		},
 		"graphics" :
 		"graphics" :