Skip to content

Commit

Permalink
Merge pull request #1040 from ZeLonewolf/clay-shields-nps-county
Browse files Browse the repository at this point in the history
add county-assigned US National Park shields
  • Loading branch information
claysmalley authored Apr 1, 2024
2 parents 3778eae + 026a44d commit 8d932de
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 @@ -1638,6 +1638,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 @@ -2242,6 +2249,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 8d932de

Please sign in to comment.