diff --git a/frontend/src/stores/bisca.js b/frontend/src/stores/bisca.js index 2d59784..81d5ece 100644 --- a/frontend/src/stores/bisca.js +++ b/frontend/src/stores/bisca.js @@ -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)