From 79be3544cb93a6e16ef36b83afeef43e3e17b436 Mon Sep 17 00:00:00 2001 From: Tiago Ramos <2222055@my.ipleiria.pt> Date: Wed, 24 Dec 2025 16:02:03 +0000 Subject: [PATCH] SyntaxSquad/DADProject#14 missed one file --- frontend/src/stores/bisca.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)