This commit is contained in:
Jeff 2022-02-11 20:56:14 -06:00
commit cd46ff4001

View file

@ -39,7 +39,7 @@ public final class InvigoratingHotSpring extends CardImpl {
// Invigorating Hot Spring enters the battlefield with four +1/+1 counters on it. // Invigorating Hot Spring enters the battlefield with four +1/+1 counters on it.
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect( this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(
CounterType.M1M1.createInstance(4) CounterType.P1P1.createInstance(4)
), "with four +1/+1 counters on it")); ), "with four +1/+1 counters on it"));
// Modified creatures you control have haste. // Modified creatures you control have haste.