mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
hint text adjustment
This commit is contained in:
parent
7d860378f7
commit
2d7f365dc2
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ public final class KutzilsFlanker extends CardImpl {
|
||||||
new AddCountersSourceEffect(CounterType.P1P1.createInstance(), KutzilsFlankerValue.instance, true)
|
new AddCountersSourceEffect(CounterType.P1P1.createInstance(), KutzilsFlankerValue.instance, true)
|
||||||
.setText("put a +1/+1 counter on {this} for each creature that left the battlefield under your control this turn")
|
.setText("put a +1/+1 counter on {this} for each creature that left the battlefield under your control this turn")
|
||||||
);
|
);
|
||||||
ability.addHint(new ValueHint("number of creatures that left", KutzilsFlankerValue.instance));
|
ability.addHint(new ValueHint("Number of creatures that left", KutzilsFlankerValue.instance));
|
||||||
ability.addWatcher(new KutzilsFlankerWatcher());
|
ability.addWatcher(new KutzilsFlankerWatcher());
|
||||||
|
|
||||||
// * You gain 2 life and scry 2.
|
// * You gain 2 life and scry 2.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue