revenge description updated

This commit is contained in:
Giulio 2020-12-20 20:38:48 +01:00
parent b94b7655c0
commit 93c090ef58

View File

@ -92,8 +92,8 @@ class RouletteRussa(CardEvent):
class Vendetta(CardEvent): class Vendetta(CardEvent):
def __init__(self): def __init__(self):
super().__init__("Vendetta", "😤") super().__init__("Vendetta", "😤")
self.desc = "Alla fine del proprio turno il giocatore estrae, se esce ♥️ gioca un altro turno" self.desc = "Alla fine del proprio turno il giocatore estrae dal mazzo, se esce ♥️ gioca un altro turno (ma non estrae di nuovo)"
self.desc_eng = "When ending the turn, the player flips a card, if it's ♥️ he plays another turn" self.desc_eng = "When ending the turn, the player flips a card from the deck, if it's ♥️ he plays another turn (but he does not flip another card)"
def get_all_events(): def get_all_events():
return [ return [