From e3e8316e855bde9e9cdc464f55ced684f43f7d31 Mon Sep 17 00:00:00 2001 From: Giulio Date: Mon, 7 Jun 2021 23:51:22 +0200 Subject: [PATCH] fix miniera eng desc Co-authored-by: Alberto Xamin --- backend/bang/expansions/fistful_of_cards/card_events.py | 3 +-- frontend/src/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/bang/expansions/fistful_of_cards/card_events.py b/backend/bang/expansions/fistful_of_cards/card_events.py index e778310..6266753 100644 --- a/backend/bang/expansions/fistful_of_cards/card_events.py +++ b/backend/bang/expansions/fistful_of_cards/card_events.py @@ -58,8 +58,7 @@ class MinieraAbbandonata(CardEvent): def __init__(self): super().__init__("Miniera Abbandonata", "⛏") #self.desc = "I giocatori pescano dagli scarti nella loro fase 1 e scartano in cima al mazzo nella loro fase 3 (se gli scarti finiscono, è necessario pescare e scartare in cima al mazzo)" - #TODO: cambiare anche la descrizione inglese - #self.desc_eng = "Players draw from the discarded pile and discard to the top of the deck (if the discards run out, they must draw and discard on top of the deck)" + #self.desc_eng = "Players draw from the discarded pile in their phase 1 and discard to the top of the deck during phase 3 (if the discaded pile runs out, they must draw and discard on top of the deck)" class PerUnPugnoDiCarte(CardEvent): def __init__(self): diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 4dc5c27..bb52e9c 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -434,7 +434,7 @@ }, "Miniera Abbandonata": { "name": "Abandoned Mine", - "desc": "Players draw from the discarded pile and discard to the top of the deck (if the discards run out, they must draw and discard on top of the deck)" + "desc": "Players draw from the discarded pile in their phase 1 and discard to the top of the deck during phase 3 (if the discaded pile runs out, they must draw and discard on top of the deck)" }, "Il Giudice": { "name": "The Judge",