Skip to content

Commit

Permalink
Fixed generic ATR-4107 to not allow a captain
Browse files Browse the repository at this point in the history
  • Loading branch information
rrgeorge committed Jan 3, 2018
1 parent 9a68242 commit 2df9feb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android/app/src/main/assets/data.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Data version="2017-11-29@03-29">
<Data version="2018-01-03@06-12">
<ShipClassDetails>
<ShipClassDetail>
<Name>Galaxy Class</Name>
Expand Down Expand Up @@ -9281,6 +9281,7 @@ When attacking a ship at Range 1, if that ship has at least 1 damage to its Hull
<Weapon>3</Weapon>
<Crew>0</Crew>
<SquadronUpgrade>0</SquadronUpgrade>
<CaptainLimit>0</CaptainLimit>
<Has360Arc>N</Has360Arc>
<Id>dominion_starship_72937</Id>
<Set>72937</Set>
Expand Down
3 changes: 2 additions & 1 deletion src/Data.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Data version="2017-11-29@03-29">
<Data version="2018-01-03@06-12">
<ShipClassDetails>
<ShipClassDetail>
<Name>Galaxy Class</Name>
Expand Down Expand Up @@ -9281,6 +9281,7 @@ When attacking a ship at Range 1, if that ship has at least 1 damage to its Hull
<Weapon>3</Weapon>
<Crew>0</Crew>
<SquadronUpgrade>0</SquadronUpgrade>
<CaptainLimit>0</CaptainLimit>
<Has360Arc>N</Has360Arc>
<Id>dominion_starship_72937</Id>
<Set>72937</Set>
Expand Down
Binary file modified src/data.db
Binary file not shown.

0 comments on commit 2df9feb

Please sign in to comment.