Skip to content

Commit

Permalink
Update shield_defs.js
Browse files Browse the repository at this point in the history
Prettier
  • Loading branch information
ZeLonewolf authored Jun 5, 2024
1 parent 97fb4a4 commit a04de92
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1396,9 +1396,16 @@ export function loadShields() {
"US:MI:Connector": ["CONN"],
},
overrideByRef: {
185: diamondShield(Color.shields.brown, Color.shields.white, Color.shields.white, 0, 24),
185: diamondShield(
Color.shields.brown,
Color.shields.white,
Color.shields.white,
0,
24,
),
},
};

["CR", "Benzie", "Gogebic", "Kalkaska", "Montcalm", "Roscommon"].forEach(
(county) =>
(shields[`US:MI:${county}`] = pentagonUpShield(
Expand Down

0 comments on commit a04de92

Please sign in to comment.