This commit is contained in:
Loki 2011-07-25 22:23:54 +03:00
parent f8d9086529
commit 60846ec263

View file

@ -72,7 +72,7 @@ class MoltenPsycheEffect extends OneShotEffect<MoltenPsycheEffect> {
public MoltenPsycheEffect() {
super(Outcome.Neutral);
staticText = "Each player shuffles the cards from his or her hand into his or her library, then draws that many cards.\\n" +
"Metalcraft If you control three or more artifacts, {this} deals damage to each opponent equal to the number of cards that player has drawn this turn.";
"Metalcraft - If you control three or more artifacts, {this} deals damage to each opponent equal to the number of cards that player has drawn this turn.";
}
public MoltenPsycheEffect(final MoltenPsycheEffect effect) {