[8ED] fix Larceny

This commit is contained in:
Plopman 2012-10-29 17:35:16 +01:00
parent 69cc568f52
commit ebc8eb01c7

View file

@ -54,6 +54,7 @@ public class Larceny extends CardImpl<Larceny> {
this.color.setBlack(true);
// Whenever a creature you control deals combat damage to a player, that player discards a card.
this.addAbility(new LarcenyTriggeredAbility());
}
public Larceny(final Larceny card) {