fix miniera eng desc
Co-authored-by: Alberto Xamin <alberto@xamin.it>
This commit is contained in:
parent
baa31a8892
commit
e3e8316e85
@ -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):
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user