fix Josh McCloud

This commit is contained in:
Giulio 2022-06-02 11:25:36 +02:00
parent 7fe4d3680d
commit 02070f5e55

View File

@ -12,6 +12,7 @@ class ShopCard(Card):
self.kind = kind self.kind = kind
self.expansion_icon = '🤑️' self.expansion_icon = '🤑️'
self.expansion = 'gold_rush' self.expansion = 'gold_rush'
self.reset_card()
def play_card(self, player, against, _with=None): def play_card(self, player, against, _with=None):
if self.kind == ShopCardKind.BROWN: if self.kind == ShopCardKind.BROWN: