Skip to content

Commit

Permalink
Fix Missile spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Oct 27, 2024
1 parent 3c8613d commit 7ae6be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsons/UnitTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
]
},
{
"name": "Missle",
"name": "Missile",
"movementType": "Air",
"uniques": [
"Never appears as a Barbarian unit",
Expand Down
2 changes: 1 addition & 1 deletion jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
// Missiles
{
"name": "Nuclear Missile", // "ICBM" in Civ 4
"unitType": "Missle",
"unitType": "Missile",
"strength": 300,
"movement": 1,
"rangedStrength": 300,
Expand Down

0 comments on commit 7ae6be0

Please sign in to comment.