mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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…
Add table
Add a link
Reference in a new issue