Skip to content

Commit

Permalink
Fixed XWS names to resistance ships
Browse files Browse the repository at this point in the history
The following ships incorrectly had two 'name' fields when one of them was the 'xws' name
- mg-100-starfortress-sf-17
- rz-2-a-wing
- t-70-x-wing

The scavenged-yt-1300 had no xws name so it's now 'scavengedyt1300'.
  • Loading branch information
mludowise committed Nov 18, 2018
1 parent b18f5be commit 42886ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/pilots/resistance/mg-100-starfortress-sf-17.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MG-100 StarFortress SF-17",
"name": "mg100starfortresssf17",
"xws": "mg100starfortresssf17",
"size": "Large",
"dial": [
"0OR",
Expand Down
2 changes: 1 addition & 1 deletion data/pilots/resistance/rz-2-a-wing.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RZ-2 A-wing",
"name": "rz2awing",
"xws": "rz2awing",
"size": "Small",
"dial": [
"1TW",
Expand Down
1 change: 1 addition & 0 deletions data/pilots/resistance/scavenged-yt-1300.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Scavenged YT-1300",
"xws": "scavengedyt1300",
"size": "Large",
"dial": [
"1BW",
Expand Down
2 changes: 1 addition & 1 deletion data/pilots/resistance/t-70-x-wing.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "T-70 X-wing",
"name": "t70xwing",
"xws": "t70xwing",
"size": "Small",
"dial": [
"1BB",
Expand Down

0 comments on commit 42886ca

Please sign in to comment.