Skip to content

Commit

Permalink
add Rom Scout II
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethGF committed Jan 27, 2019
1 parent 3e9e4b4 commit 0c91d2f
Show file tree
Hide file tree
Showing 3 changed files with 35,334 additions and 0 deletions.
7 changes: 7 additions & 0 deletions App/B2_SHEET2XML.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,13 @@ void ReadCSV(String infile) // Main code
" <ShipName> Vail </ShipName>" + Environment.NewLine +
" <ShipName> Vaper </ShipName>" + Environment.NewLine);

rowValue = rowValue.Replace("PossibleShipNamesROM_SPY_SHIP_II",
Environment.NewLine +
" <ShipName> Fog </ShipName>" + Environment.NewLine +
" <ShipName> Mist </ShipName>" + Environment.NewLine +
" <ShipName> Smoke </ShipName>" + Environment.NewLine +
" <ShipName> Vail </ShipName>" + Environment.NewLine +
" <ShipName> Vaper </ShipName>" + Environment.NewLine);

rowValue = rowValue.Replace("PossibleShipNamesROM_SCOUT_III",
Environment.NewLine +
Expand Down
Loading

0 comments on commit 0c91d2f

Please sign in to comment.