Skip to content

Commit

Permalink
Corrected Availability Syntax in 3075.xml
Browse files Browse the repository at this point in the history
Fixed a syntax issue in the availability line for the 'Enforcer' chassis in the 3075.xml file, separating 'FVC:7' and 'LA:2' with a comma.
  • Loading branch information
IllianiCBT committed Dec 3, 2024
1 parent 0ffc067 commit 9420b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/data/forcegenerator/3075.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5498,7 +5498,7 @@
</model>
</chassis>
<chassis name='Enforcer' unitType='Mek'>
<availability>CC:1,FS:7,MERC:4,CDP:2,Periphery:2,FVC:7LA:2,DC:1</availability>
<availability>CC:1,FS:7,MERC:4,CDP:2,Periphery:2,FVC:7,LA:2,DC:1</availability>
<model name='ENF-4R'>
<availability>FVC:4-,General:2-,FS:4-,TC:4-</availability>
</model>
Expand Down

0 comments on commit 9420b66

Please sign in to comment.