Skip to content

Commit

Permalink
Merge pull request #835 from ZeLonewolf/clay-shields-us-mi-width
Browse files Browse the repository at this point in the history
change Michigan State Trunkline Highway shield to variable-width
  • Loading branch information
claysmalley authored Mar 24, 2023
2 parents 5377d2b + 66727cd commit e26d76a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1812,13 +1812,7 @@ export function loadShields() {
};

// Michigan
shields["US:MI"] = diamondShield(
Color.shields.white,
Color.shields.black,
Color.shields.black,
2,
24
);
shields["US:MI"] = diamondShield(Color.shields.white, Color.shields.black);
["CR", "Benzie", "Gogebic", "Kalkaska", "Montcalm", "Roscommon"].forEach(
(county) =>
(shields[`US:MI:${county}`] = pentagonUpShield(
Expand Down

0 comments on commit e26d76a

Please sign in to comment.