Skip to content

Commit

Permalink
Merge branch 'main' into clay-shields-us-co-weld
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf authored Apr 2, 2024
2 parents c6a1e52 + 8d932de commit 79daf7d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,13 @@ export function loadShields() {
["TRK"],
Color.shields.blue
);
["Sussex", "Warren"].forEach(
(county) =>
(shields[`US:NJ:${county}:NPS`] = pillShield(
Color.shields.brown,
Color.shields.white
))
);

// New Mexico
shields["US:NM"] = pillShield(
Expand Down Expand Up @@ -2246,6 +2253,10 @@ export function loadShields() {
bottom: 8,
},
};
shields["US:SD:Custer:NPS"] = roundedRectShield(
Color.shields.brown,
Color.shields.yellow
);

// Tennessee
shields["US:TN:primary"] = {
Expand Down

0 comments on commit 79daf7d

Please sign in to comment.