mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
[TSR] fixed Muraganda Petroglyphs not appearing in CardRespository
This commit is contained in:
parent
2e01f30b91
commit
da6acafef2
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ public final class MuragandaPetroglyphs extends CardImpl {
|
||||||
|
|
||||||
public MuragandaPetroglyphs(UUID ownerId, CardSetInfo setInfo) {
|
public MuragandaPetroglyphs(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{G}");
|
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{G}");
|
||||||
this.expansionSetCode = "FUT";
|
|
||||||
|
|
||||||
// Creatures with no abilities get +2/+2.
|
// Creatures with no abilities get +2/+2.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostAllEffect(
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostAllEffect(
|
||||||
|
|
Loading…
Reference in a new issue