mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
typo
This commit is contained in:
parent
f8d9086529
commit
60846ec263
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue