From dcd5c76bad0d96520a8dd55262c24e14cd908660 Mon Sep 17 00:00:00 2001 From: drmDev Date: Sun, 19 Mar 2017 12:33:12 -0400 Subject: [PATCH] minor typo fix --- Mage.Sets/src/mage/cards/l/LightningCoils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/l/LightningCoils.java b/Mage.Sets/src/mage/cards/l/LightningCoils.java index 4de088594a7..d6b52be2a41 100644 --- a/Mage.Sets/src/mage/cards/l/LightningCoils.java +++ b/Mage.Sets/src/mage/cards/l/LightningCoils.java @@ -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) {