Skip to content

Commit

Permalink
add South Dakota secondary shields
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed Oct 28, 2023
1 parent abc304a commit 124e925
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2171,6 +2171,10 @@ export function loadShields() {
};
shields["US:SD:Business"] = banneredShield(shields["US:SD"], ["BUS"]);
shields["US:SD:Truck"] = banneredShield(shields["US:SD"], ["TRK"]);
shields["US:SD:Secondary"] = roundedRectShield(
Color.shields.white,
Color.shields.black
);
[
"Beadle",
"Bon_Homme",
Expand Down

0 comments on commit 124e925

Please sign in to comment.