fix Rosie Cotton of South Lane's target (#11131)

This commit is contained in:
Susucre 2023-09-09 05:56:46 +02:00 committed by GitHub
parent cc4a5f9959
commit 113650e48b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {