Skip to content

Commit

Permalink
Fix upgrade issues after running schema tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guidokessels committed Feb 13, 2019
1 parent bf65960 commit 44664f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion data/upgrades/tactical-relay.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"slots": ["Tactical Relay"]
}
],
"restrictions": [{ "factions": ["Separatist Alliance"] }],
"restrictions": [
{ "factions": ["Separatist Alliance"] },
{ "solitary": true }
],
"hyperspace": false
},
{
Expand Down
4 changes: 2 additions & 2 deletions data/upgrades/title.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
],
"cost": { "value": 2 },
"restrictions": [{ "factions": ["Resistance"] }, { "ships": ["t70xwing"] }],
"image": "https://images-cdn.fantasyflightgames.com/filer_public/e2/e4/e2e492b1-66d9-4dcc-9af6-a1a4e07a7378/swz25_black-one_a1.png",
"hyperspace": true
},
{
Expand Down Expand Up @@ -495,6 +494,7 @@
"restrictions": [
{ "factions": ["Separatist Alliance"] },
{ "ships": ["belbullab22starfighter"] }
]
],
"hyperspace": false
}
]

0 comments on commit 44664f0

Please sign in to comment.