We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f253bf9 commit 57ad574Copy full SHA for 57ad574
Mage.Sets/src/mage/cards/t/TurtleVan.java
@@ -45,7 +45,6 @@ public TurtleVan(UUID ownerId, CardSetInfo setInfo) {
45
ability.addEffect(new ConditionalOneShotEffect(
46
new DoubleCountersTargetEffect(CounterType.P1P1),
47
new TargetHasSubtypeCondition(SubType.MUTANT, SubType.NINJA, SubType.TURTLE),
48
- "whenever this Vehicle attacks, put a +1/+1 counter on target creature that crewed it this turn. " +
49
"Then if that creature is a Mutant, Ninja, or Turtle, double the number of +1/+1 counters on it"
50
));
51
this.addAbility(ability, new CrewedVehicleWatcher());
0 commit comments