fix miniera eng desc

Co-authored-by: Alberto Xamin <alberto@xamin.it>
This commit is contained in:
Giulio 2021-06-07 23:51:22 +02:00
parent baa31a8892
commit e3e8316e85
2 changed files with 2 additions and 3 deletions

View File

@ -58,8 +58,7 @@ class MinieraAbbandonata(CardEvent):
def __init__(self): def __init__(self):
super().__init__("Miniera Abbandonata", "") 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)" #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 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)"
#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)"
class PerUnPugnoDiCarte(CardEvent): class PerUnPugnoDiCarte(CardEvent):
def __init__(self): def __init__(self):

View File

@ -434,7 +434,7 @@
}, },
"Miniera Abbandonata": { "Miniera Abbandonata": {
"name": "Abandoned Mine", "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": { "Il Giudice": {
"name": "The Judge", "name": "The Judge",