From 93c090ef5856b467d7eddaebcce7650762c5ee4b Mon Sep 17 00:00:00 2001 From: Giulio Date: Sun, 20 Dec 2020 20:38:48 +0100 Subject: [PATCH] revenge description updated --- backend/bang/expansions/fistful_of_cards/card_events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/bang/expansions/fistful_of_cards/card_events.py b/backend/bang/expansions/fistful_of_cards/card_events.py index 782fa18..0a3dabb 100644 --- a/backend/bang/expansions/fistful_of_cards/card_events.py +++ b/backend/bang/expansions/fistful_of_cards/card_events.py @@ -92,8 +92,8 @@ class RouletteRussa(CardEvent): class Vendetta(CardEvent): def __init__(self): super().__init__("Vendetta", "😤") - self.desc = "Alla fine del proprio turno il giocatore estrae, se esce ♥️ gioca un altro turno" - self.desc_eng = "When ending the turn, the player flips a card, if it's ♥️ he plays another turn" + 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 from the deck, if it's ♥️ he plays another turn (but he does not flip another card)" def get_all_events(): return [