From 9bc1922e764fbbbd74e97ea0f36a81c9781daf3c Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Sat, 8 Jun 2024 15:36:34 +0100 Subject: [PATCH] allow tequila to be played on self always --- frontend/src/components/Player.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Player.vue b/frontend/src/components/Player.vue index 9df04fa..4ddb72e 100644 --- a/frontend/src/components/Player.vue +++ b/frontend/src/components/Player.vue @@ -273,7 +273,7 @@ export default { is_character: true, is_player: true }}) - if (this.card_against && this.card_against.can_target_self && this.equipment.length > 0) { + if (this.card_against && this.card_against.can_target_self && (this.equipment.length > 0 || this.card_against.name === 'Tequila')) { vis.push({ name: this.name, number: '0⛰',