Skip to content

Commit

Permalink
Merge pull request #13 from triplea-maps/fix_inf_option
Browse files Browse the repository at this point in the history
Remove incorrect duplicate infantry options
  • Loading branch information
DanVanAtta committed Dec 11, 2016
2 parents 42ac539 + 8167466 commit fd1ec99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions map/games/Invasion_USA-Apocalypse_1.0.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,6 @@
<option name="attack" value="2"/>
<option name="defense" value="1"/>
<option name="isInfantry" value="true"/>
<option name="isAirTransportable" value="false"/>
<option name="isInfantry" value="false"/>
</attachment>

<attachment name="unitAttachment" attachTo="regular" javaClass="games.strategy.triplea.attachments.UnitAttachment" type="unitType">
Expand All @@ -631,8 +629,6 @@
<option name="attack" value="1"/>
<option name="defense" value="1"/>
<option name="isInfantry" value="true"/>
<option name="isAirTransportable" value="false"/>
<option name="isInfantry" value="false"/>
</attachment>

<attachment name="unitAttachment" attachTo="mechanized" javaClass="games.strategy.triplea.attachments.UnitAttachment" type="unitType">
Expand Down Expand Up @@ -1887,4 +1883,4 @@
</value>
</property>
</propertyList>
</game>
</game>
6 changes: 1 addition & 5 deletions map/games/Invasion_USA_1.5.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,6 @@
<option name="attack" value="2"/>
<option name="defense" value="1"/>
<option name="isInfantry" value="true"/>
<option name="isAirTransportable" value="false"/>
<option name="isInfantry" value="false"/>
</attachment>

<attachment name="unitAttachment" attachTo="regular" javaClass="games.strategy.triplea.attachments.UnitAttachment" type="unitType">
Expand All @@ -617,8 +615,6 @@
<option name="attack" value="1"/>
<option name="defense" value="1"/>
<option name="isInfantry" value="true"/>
<option name="isAirTransportable" value="false"/>
<option name="isInfantry" value="false"/>
</attachment>

<attachment name="unitAttachment" attachTo="mechanized" javaClass="games.strategy.triplea.attachments.UnitAttachment" type="unitType">
Expand Down Expand Up @@ -1771,4 +1767,4 @@ After sinking the remaining ships of the U.S. Navy, the forces of the Asian Alli
</value>
</property>
</propertyList>
</game>
</game>

0 comments on commit fd1ec99

Please sign in to comment.