Version 1.0 #102

Merged
FernandoJVideira merged 163 commits from develop into master 2026-01-03 14:49:00 +00:00
Showing only changes of commit 79be3544cb - Show all commits
+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)