mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Another fix for AddCountersSourceEffect.
This commit is contained in:
parent
8ebbc3de48
commit
eb580e1b00
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public class AddCountersSourceEffect extends OneShotEffect<AddCountersSourceEffe
|
|||
super(effect);
|
||||
this.amount = effect.amount;
|
||||
this.name = effect.name;
|
||||
this.counter = effect.counter;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue