allow tequila to be played on self always

This commit is contained in:
Alberto Xamin 2024-06-08 15:36:34 +01:00
parent b4d04d081f
commit 9bc1922e76
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -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⛰',