mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix json formatting
This commit is contained in:
parent
ae256e41a5
commit
cfddba1e2a
@ -171,7 +171,7 @@
|
||||
|
||||
"special1": {
|
||||
"type" : "configurable",
|
||||
"requires" : [ "allOf", [ "townHall" ], [ "special2" ] ]
|
||||
"requires" : [ "allOf", [ "townHall" ], [ "special2" ] ],
|
||||
"visitMode" : "hero",
|
||||
"rewards" : [
|
||||
{
|
||||
|
@ -173,7 +173,7 @@
|
||||
"special3": { "type" : "ballistaYard", "requires" : [ "blacksmith" ] },
|
||||
"special4": {
|
||||
"type" : "configurable",
|
||||
"requires" : [ "fort" ]
|
||||
"requires" : [ "fort" ],
|
||||
"visitMode" : "hero",
|
||||
"rewards" : [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user