mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Merge branch 'master' of https://github.com/magefree/mage
This commit is contained in:
commit
cd46ff4001
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public final class InvigoratingHotSpring extends CardImpl {
|
|||
|
||||
// Invigorating Hot Spring enters the battlefield with four +1/+1 counters on it.
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(
|
||||
CounterType.M1M1.createInstance(4)
|
||||
CounterType.P1P1.createInstance(4)
|
||||
), "with four +1/+1 counters on it"));
|
||||
|
||||
// Modified creatures you control have haste.
|
||||
|
|
Loading…
Reference in a new issue