mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
minor typo fix
This commit is contained in:
parent
c109fc8a0e
commit
dcd5c76bad
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class LightningCoilsEffect extends OneShotEffect {
|
|||
|
||||
LightningCoilsEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "if {this} has five or more charge counters on it, remove all of them from it and put that man 3/1 red Elemental creature tokens with haste onto the battlefield. Exile them at the beginning of the next end step.";
|
||||
staticText = "if {this} has five or more charge counters on it, remove all of them from it and put that many 3/1 red Elemental creature tokens with haste onto the battlefield. Exile them at the beginning of the next end step.";
|
||||
}
|
||||
|
||||
LightningCoilsEffect(final LightningCoilsEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue