Skip to content

Commit 57ad574

Browse files
authored
Fix Turtle Van text (#14309)
1 parent f253bf9 commit 57ad574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mage.Sets/src/mage/cards/t/TurtleVan.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public TurtleVan(UUID ownerId, CardSetInfo setInfo) {
4545
ability.addEffect(new ConditionalOneShotEffect(
4646
new DoubleCountersTargetEffect(CounterType.P1P1),
4747
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. " +
4948
"Then if that creature is a Mutant, Ninja, or Turtle, double the number of +1/+1 counters on it"
5049
));
5150
this.addAbility(ability, new CrewedVehicleWatcher());

0 commit comments

Comments
 (0)