This commit is contained in:
2025-12-29 11:15:35 +00:00
committed by FernandoJVideira
parent eafb4a4d1c
commit 79be3544cb
+1 -1
View File
@@ -69,7 +69,7 @@ export const useBiscaStore = defineStore('bisca', () => {
if (table.value.playerCard) return
if (!canPlayCard(card)) {
console.warn('Jogada Inválida! Tens de assistir ao naipe.')
console.warn('Invalid play! Must follow suit if possible')
return
}
playerHand.value = playerHand.value.filter((c) => c.id !== card.id)