fix cards with scrap
This commit is contained in:
parent
18fdce103f
commit
a4e3825ab1
@ -32,6 +32,7 @@ class Schivata(Mancato):
|
||||
self.name = 'Schivata'
|
||||
self.icon = '🙅♂️'
|
||||
self.desc += " e poi pesca una carta"
|
||||
self.alt_text = '☝️🆓'
|
||||
|
||||
def play_card(self, player, against, _with=None):
|
||||
return False
|
||||
|
@ -227,6 +227,7 @@ export default {
|
||||
selectWith(card) {
|
||||
if (this.card_with.need_target) {
|
||||
this.card_against = this.card_with
|
||||
this.range = this.card_against.range
|
||||
this.card_with = card
|
||||
} else {
|
||||
let card_data = {
|
||||
|
Loading…
Reference in New Issue
Block a user