[NEO] fixed Wandering Hot Spring entering with the wrong kind of counter (fixes #8690)

This commit is contained in:
Evan Kranzler 2022-02-11 20:57:30 -05:00
parent 3349c5d327
commit b11c0da8d2

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.
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.