mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Update HungryLynx.java
This commit is contained in:
parent
ce0dded9ca
commit
3ad7c71b42
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public class HungryLynx extends CardImpl {
|
|||
|
||||
// Whenever a Rat dies, put a +1/+1 counter on each Cat you control.
|
||||
Effect effect2 = new AddCountersAllEffect(CounterType.P1P1.createInstance(), filterCat);
|
||||
effect2.setText(" put a +1/+1 counter on each Cat you control.");
|
||||
effect2.setText("put a +1/+1 counter on each Cat you control");
|
||||
this.addAbility(new DiesCreatureTriggeredAbility(effect2, false, filterRat));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue