mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +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.toughness = new MageInt(1);
|
||||||
|
|
||||||
this.canTransform = true;
|
this.canTransform = true;
|
||||||
this.secondSideCard = new IncitedRabbled(ownerId);
|
this.secondSideCard = new IncitedRabble(ownerId);
|
||||||
|
|
||||||
// {T}, Tap an untapped creature you control: Transform Town Gossipmonger.
|
// {T}, Tap an untapped creature you control: Transform Town Gossipmonger.
|
||||||
this.addAbility(new TransformAbility());
|
this.addAbility(new TransformAbility());
|
||||||
|
|
Loading…
Reference in a new issue