Skip to content

Commit

Permalink
Deploying to gh-pages from @ fe77275 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Jun 23, 2024
1 parent 0d01c55 commit 96420fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
window.missionDeckNames[deckName] ??= [];
window.missionDeckNames[deckName].push(dict[region.name] + " (" + dict[region.systemName] + ")");
});
if (region.cacheRewardManifest)
{
window.missionDeckNames[region.cacheRewardManifest] ??= [];
window.missionDeckNames[region.cacheRewardManifest].push("Caches on " + dict[region.name] + " (" + dict[region.systemName] + ")");
}
});

window.droptableNames = {};
Expand Down

0 comments on commit 96420fa

Please sign in to comment.