Skip to content

Commit

Permalink
Add diploma use to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantocyclus committed Dec 25, 2023
1 parent b2c1847 commit 13fb01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
pvpAttack,
updateSeason,
updateWinRate,
useDiploma,
useMeteoriteade,
usePunchingMirror,
} from "./lib";
Expand All @@ -25,6 +26,7 @@ export function main(argstring = ""): void {
}
breakStone();
useMeteoriteade();
useDiploma();
usePunchingMirror();
updateSeason();
updateWinRate();
Expand Down

0 comments on commit 13fb01c

Please sign in to comment.