This commit is contained in:
marc barbier
2021-01-09 14:24:59 +01:00
2 changed files with 2 additions and 2 deletions
@@ -33,7 +33,7 @@ public class Mythes_Toison extends Card {
*/ */
@Override @Override
public String getDescription() { public String getDescription() {
return "donne +5pv à une creatures"; return "";
} }
/** /**
@@ -34,7 +34,7 @@ public class Renaissance_Presse_Imprimer extends Card {
*/ */
@Override @Override
public String getDescription() { public String getDescription() {
return "vigilance"; return "solitude";
} }
/** /**