feat/BAC-8 #27

Open
lq64 wants to merge 2 commits from feat/BAC-8 into main
3 changed files with 116 additions and 1 deletions
Showing only changes of commit 5f30b9f739 - Show all commits

View File

@@ -21,7 +21,7 @@ function getCardImagePath(cardPath: string) {
function selectTie(tieIndex: number) {
wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then(
$q.notify({
message: "You've successfully picked your tieCard",
message: "You've successfully picked your tieCard!",
color: "positive",
position: "top"
})