mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
[LTC] Implement Of Herbs and Stewed Rabbit (#10718)
This commit is contained in:
parent
378fd2743e
commit
d61e454e77
5 changed files with 85 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ public class AddCountersTargetEffect extends OneShotEffect {
|
|||
this.amount = amount;
|
||||
}
|
||||
|
||||
public AddCountersTargetEffect(final AddCountersTargetEffect effect) {
|
||||
protected AddCountersTargetEffect(final AddCountersTargetEffect effect) {
|
||||
super(effect);
|
||||
if (effect.counter != null) {
|
||||
this.counter = effect.counter.copy();
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ public class FilterControlledPermanent extends FilterPermanent {
|
|||
}
|
||||
}
|
||||
|
||||
public FilterControlledPermanent(final FilterControlledPermanent filter) {
|
||||
protected FilterControlledPermanent(final FilterControlledPermanent filter) {
|
||||
super(filter);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue