mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fix Rosie Cotton of South Lane's target (#11131)
This commit is contained in:
parent
cc4a5f9959
commit
113650e48b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class RosieCottonOfSouthLaneTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
RosieCottonOfSouthLaneTriggeredAbility() {
|
||||
super(Zone.BATTLEFIELD, new AddCountersTargetEffect(CounterType.P1P1.createInstance()));
|
||||
this.addTarget(new TargetPermanent(StaticFilters.FILTER_ANOTHER_TARGET_CREATURE));
|
||||
this.addTarget(new TargetPermanent(StaticFilters.FILTER_ANOTHER_CREATURE_YOU_CONTROL));
|
||||
}
|
||||
|
||||
private RosieCottonOfSouthLaneTriggeredAbility(final RosieCottonOfSouthLaneTriggeredAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue