Fix bug where the randomiser would sometimes pick a legendary that does not exist

This commit is contained in:
Ethan Lane 2023-09-10 13:01:04 +01:00
parent 5970a4fe2d
commit 0e839992e6
2 changed files with 7 additions and 8 deletions

View file

@ -9,7 +9,6 @@ import { Events } from "./events";
import { Util } from "./util";
import CardSetupFunction from "../Functions/CardSetupFunction";
import CardDataSource from "../database/dataSources/cardDataSource";
import CardDropHelper from "../helpers/CardDropHelper";
import IButtonEventItem from "../contracts/IButtonEventItem";
import { ButtonEvent } from "../type/buttonEvent";
import AppDataSource from "../database/dataSources/appDataSource";