allow tequila to be played on self always
This commit is contained in:
parent
b4d04d081f
commit
9bc1922e76
@ -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⛰',
|
||||
|
Loading…
Reference in New Issue
Block a user