Skip to content

Commit

Permalink
Merge pull request #2770 from ViralReaction/Cannon-Ammo-Typo
Browse files Browse the repository at this point in the history
Fix for 762x385mmRCannon and 762x539mmR
  • Loading branch information
N7Huntsman authored Sep 22, 2023
2 parents e8e3d05 + 0ad0278 commit 1891969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Defs/Ammo/Shell/762x385mmRCannon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<label>76.2x385mmR Cannon shell (HEAT)</label>
<graphicData>
<texPath>Things/Ammo/Cannon/Tank/HEAT</texPath>
<graphicClass>Graphic_Single</graphicClass>
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
<statBases>
<MarketValue>58.1</MarketValue>
Expand All @@ -60,7 +60,7 @@
<label>76.2x385mmR Cannon shell (HE)</label>
<graphicData>
<texPath>Things/Ammo/Cannon/Tank/HE</texPath>
<graphicClass>Graphic_Single</graphicClass>
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
<statBases>
<MarketValue>56.54</MarketValue>
Expand All @@ -74,7 +74,7 @@
<label>76.2x385mmR Cannon shell (EMP)</label>
<graphicData>
<texPath>Things/Ammo/Cannon/Tank/EMP</texPath>
<graphicClass>Graphic_Single</graphicClass>
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
<statBases>
<MarketValue>87.70</MarketValue>
Expand Down
4 changes: 2 additions & 2 deletions Defs/Ammo/Shell/762x539mmR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<defName>Ammo_762x539mmR_AP</defName>
<label>76.2x539mmR Cannon shell (AP)</label>
<graphicData>
<texPath>Things/Ammo/Cannon/Flak/APHE</texPath>
<texPath>Things/Ammo/Cannon/Tank/APHE</texPath>
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
<statBases>
Expand All @@ -58,7 +58,7 @@
<defName>Ammo_762x539mmR_HE</defName>
<label>76.2x539mmR Cannon shell (HE)</label>
<graphicData>
<texPath>Things/Ammo/Cannon/Flak/HE</texPath>
<texPath>Things/Ammo/Cannon/Tank/HE</texPath>
<graphicClass>Graphic_StackCount</graphicClass>
</graphicData>
<statBases>
Expand Down

0 comments on commit 1891969

Please sign in to comment.