[ZNC] fixed missing ability for Geode Rager (#7085)

This commit is contained in:
Evan Kranzler 2020-09-26 16:14:12 -04:00
parent 37a25f8c03
commit 8912da2b41

View file

@ -37,6 +37,7 @@ public final class GeodeRager extends CardImpl {
// Landfall Whenever a land enters the battlefield under your control, goad each creature target player controls.
Ability ability = new LandfallAbility(new GeodeRagerEffect());
ability.addTarget(new TargetPlayer());
this.addAbility(ability);
}
private GeodeRager(final GeodeRager card) {