feat/BAC-8 #27
@@ -21,7 +21,7 @@ function getCardImagePath(cardPath: string) {
|
|||||||
function selectTie(tieIndex: number) {
|
function selectTie(tieIndex: number) {
|
||||||
wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then(
|
wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then(
|
||||||
$q.notify({
|
$q.notify({
|
||||||
message: "You've successfully picked your tieCard",
|
message: "You've successfully picked your tieCard!",
|
||||||
color: "positive",
|
color: "positive",
|
||||||
position: "top"
|
position: "top"
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user