mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[ZNC] fixed missing ability for Geode Rager (#7085)
This commit is contained in:
parent
37a25f8c03
commit
8912da2b41
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue