Mistype fix.

This commit is contained in:
rkfg 2016-03-27 13:35:02 +03:00
parent 03474e37da
commit c099c0fb2d

View file

@ -64,7 +64,7 @@ public class TownGossipmonger extends CardImpl {
this.toughness = new MageInt(1);
this.canTransform = true;
this.secondSideCard = new IncitedRabbled(ownerId);
this.secondSideCard = new IncitedRabble(ownerId);
// {T}, Tap an untapped creature you control: Transform Town Gossipmonger.
this.addAbility(new TransformAbility());