SyntaxSquad/DADProject#14 feature/frontend-gameboard-singleplayer #75
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user