Skip to content

Commit

Permalink
Merge branch 'main' into clay-bridge-areas
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley authored Oct 29, 2023
2 parents 5ca7325 + 4d5de90 commit 49fa8e8
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 49fa8e8

Please sign in to comment.