mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Mistype fix.
This commit is contained in:
parent
03474e37da
commit
c099c0fb2d
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue